Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinThoma committed Mar 17, 2020
1 parent 01e2c55 commit b17f42f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,6 @@ ignore = H301, H306, H404, H405, W503, E501, E203, D413
backup=False
runner=python3 -m pytest
tests_dir=tests/

[coverage:run]
parallel=true
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ def read(file_name):
requires_tests = [
"pytest",
"pytest-black",
# coverage is a transitive requirement of pytest-cov;
# it is pinned due to https://github.com/nedbat/coveragepy/issues/883
"coverage<5.0.0",
"pytest-cov",
"pytest-flake8",
"pytest-mccabe",
Expand Down
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ deps =
pydocstyle
pytest
pytest-black
coverage<5.0.0
pytest-cov
pytest-flake8
pytest-mccabe
Expand Down

0 comments on commit b17f42f

Please sign in to comment.