Skip to content

Commit

Permalink
[TEST] Fix test-mock using wrong command
Browse files Browse the repository at this point in the history
  • Loading branch information
Aedial committed Apr 30, 2023
1 parent e76020c commit 1977d49
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 @@ -69,7 +69,7 @@ def pre_commit(session: nox.Session):
@nox.session(py=test_py_versions, name="test-mock")
def test_mock(session: nox.Session):
install_package(session, dev=True)
session.run("pytest", "--tb=short", "-n", "auto", "tests/mock/")
session.run("pytest", "tests/mock/")


@nox.session(py=test_py_versions, name="test-api")
Expand Down

0 comments on commit 1977d49

Please sign in to comment.