Skip to content

Commit 33e4263

Browse files
authored
1 parent 36bba13 commit 33e4263

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ def docs(session):
145145

146146
@nox.session(python="pypy")
147147
def pypy(session):
148-
session.install("-r", "test/requirements.txt")
148+
session.install("-r", "testing/requirements.txt")
149149
session.install("-e", ".")
150150
session.run(
151151
"pytest",

system_tests/secrets.tar.enc

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)