Skip to content

Commit

Permalink
look in requirements directory only
Browse files Browse the repository at this point in the history
  • Loading branch information
oraNod committed Mar 4, 2024
1 parent 8deb2b7 commit b828c33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import nox

requirements_files = list(
{path.stem for path in Path.cwd().glob("**/*.in")}
{path.stem for path in Path("requirements").glob("*.in")}
)


Expand Down

0 comments on commit b828c33

Please sign in to comment.