Skip to content

Commit 06f8cfb

Browse files
authored
Merge pull request #10228 from pradyunsg/fix-nox-test-runs
2 parents 82cfebe + d009436 commit 06f8cfb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

noxfile.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
}
2626
REQUIREMENTS = {
2727
"docs": "docs/requirements.txt",
28-
"tests": "tools/requirements/tests.txt",
29-
"common-wheels": "tools/requirements/tests-common_wheels.txt",
28+
"tests": "tests/requirements.txt",
29+
"common-wheels": "tests/requirements-common_wheels.txt",
3030
}
3131

3232
AUTHORS_FILE = "AUTHORS.txt"

0 commit comments

Comments
 (0)