Skip to content

Commit

Permalink
fix: pypy unit test had a typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
clundin25 committed Jun 15, 2023
1 parent a9b8f12 commit 3c8ff87
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 @@ -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

0 comments on commit 3c8ff87

Please sign in to comment.