Skip to content

Commit

Permalink
Redudant workspace member
Browse files Browse the repository at this point in the history
  • Loading branch information
b-phi committed Jul 30, 2024
1 parent f9da226 commit e1259ca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rye/tests/test_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ fn test_basic_tool_behavior() {
deps.push("pytest>=7.0.0");
deps.push("colorama==0.4.6");
let mut workspace_members = Array::new();
workspace_members.push(".");
workspace_members.push("child-dep");
doc["tool"]["rye"]["dev-dependencies"] = value(deps);
doc["tool"]["rye"]["workspace"]["members"] = value(workspace_members);
Expand Down

0 comments on commit e1259ca

Please sign in to comment.