Skip to content

Commit e0780fb

Browse files
committed
Nonexistent requirements file.
1 parent 0402a46 commit e0780fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def _session(fn):
2121

2222
@session(python=["3.7", "3.8", "3.9", "3.10", "3.11", "pypy3"])
2323
def tests(session):
24-
session.install("-r", str(ROOT / "test-requirements.txt"))
24+
session.install("pytest", str(ROOT))
2525
session.run("pytest", "--verbosity=3")
2626

2727

0 commit comments

Comments
 (0)