Skip to content

Commit

Permalink
Merge pull request #55280 from s0undt3ch/hotfix/coverage-5.0
Browse files Browse the repository at this point in the history
Switch the new coverage 5.x library
  • Loading branch information
dwoz authored Jan 2, 2020
2 parents 92fbbf1 + 6e5b627 commit a657ddc
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 @@ -349,7 +349,7 @@ def _install_requirements(session, transport, *extra_requirements):


def _run_with_coverage(session, *test_cmd):
session.install('--progress-bar=off', 'coverage==4.5.3', silent=PIP_INSTALL_SILENT)
session.install('--progress-bar=off', 'coverage==5.0.1', silent=PIP_INSTALL_SILENT)
session.run('coverage', 'erase')
python_path_env_var = os.environ.get('PYTHONPATH') or None
if python_path_env_var is None:
Expand Down

0 comments on commit a657ddc

Please sign in to comment.