Skip to content

Commit

Permalink
Fix dependencies in test session
Browse files Browse the repository at this point in the history
  • Loading branch information
purefunctor committed Jun 14, 2021
1 parent 75d95ba commit d239ca3
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 @@ -53,7 +53,7 @@ def flake8(session):

@nox.session
def test(session):
install_with_constraints(session, "pytest", "coverage[toml]")
install_with_constraints(session, "pytest", "pytest_mock", "coverage[toml]")
session.install(".")
session.run("coverage", "run", "--branch", "-m", "pytest", "-vs")
session.run("coverage", "report", "-m")

0 comments on commit d239ca3

Please sign in to comment.