Skip to content

Commit

Permalink
Fix pytest-cov requirement
Browse files Browse the repository at this point in the history
Oops, the library is called `pytest-cov` not `pytest-coverage`.
  • Loading branch information
seanh committed Oct 18, 2023
1 parent 756f9d3 commit a2aaf01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _shared/project/requirements/tests.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ pip-tools
pip-sync-faster
-r prod.txt
pytest
pytest-coverage
pytest-cov
{% if cookiecutter.get("__parallel_unit_tests") %}
pytest-xdist[psutil]
{% if cookiecutter.get("postgres") == "yes" %}
Expand Down
2 changes: 1 addition & 1 deletion _shared/project/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ deps =
lint: pycodestyle
lint,tests: pytest-mock
lint,tests,functests: pytest
tests: pytest-coverage
tests: pytest-cov
coverage: coverage[toml]
lint,tests,functests: factory-boy
lint,tests,functests: pytest-factoryboy
Expand Down

0 comments on commit a2aaf01

Please sign in to comment.