Skip to content

Commit

Permalink
fix: pypy unit test build (#1335)
Browse files Browse the repository at this point in the history
  • Loading branch information
clundin25 authored Jun 15, 2023
1 parent 36bba13 commit 33e4263
Show file tree
Hide file tree
Showing 2 changed files 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 @@ -145,7 +145,7 @@ def docs(session):

@nox.session(python="pypy")
def pypy(session):
session.install("-r", "test/requirements.txt")
session.install("-r", "testing/requirements.txt")
session.install("-e", ".")
session.run(
"pytest",
Expand Down
Binary file modified system_tests/secrets.tar.enc
Binary file not shown.

0 comments on commit 33e4263

Please sign in to comment.