Skip to content

Commit

Permalink
Fix test fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
nat-n committed Sep 23, 2024
1 parent 7491a0f commit 16ae9c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ def projects():
).groups()[0]: path
for project_key, project_path in projects.items()
for path in project_path.glob("**/*.toml")
if "site-packages" not in str(path)
}
)
return projects
Expand Down

0 comments on commit 16ae9c4

Please sign in to comment.