Skip to content

Commit

Permalink
experimental-namespace-package flag
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesnicholson committed Aug 10, 2024
1 parent 7ba4e5a commit b4a2aac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion repro.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ echo "Running company.bar.bar_func..."
echo "Running deptry on company.bar..."
# deptry fails with pyproject.toml not being found when ROOT isn't ".", bug?
#"$SCRIPT_DIR/venv/bin/python" -m deptry "$SCRIPT_DIR/company.bar"
$(cd "$SCRIPT_DIR/company.bar" && "$SCRIPT_DIR/venv/bin/python" -m deptry .)
$(cd "$SCRIPT_DIR/company.bar" && "$SCRIPT_DIR/venv/bin/python" -m deptry . --experimental-namespace-package)

0 comments on commit b4a2aac

Please sign in to comment.