Skip to content

Commit

Permalink
Remove obsolete version requirement for pytest (#317)
Browse files Browse the repository at this point in the history
  • Loading branch information
c24t authored Dec 6, 2019
1 parent cfecca1 commit 3d441b1
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,8 @@ python =

[testenv]
deps =
; skip 5.2.3 pytest due to bug
; https://github.com/pytest-dev/pytest/issues/6194
test: pytest!=5.2.3
coverage: pytest!=5.2.3
test: pytest
coverage: pytest
coverage: pytest-cov
mypy,mypyinstalled: mypy==0.740

Expand Down

0 comments on commit 3d441b1

Please sign in to comment.