Blacklist pytest 3.0.5
See https://github.com/pytest-dev/pytest/issues/2118
This commit is contained in:
parent
6f90d93306
commit
587e782738
@ -17,7 +17,7 @@ Mako==1.0.6
|
|||||||
parse==1.6.6
|
parse==1.6.6
|
||||||
parse-type==0.3.4
|
parse-type==0.3.4
|
||||||
py==1.4.31
|
py==1.4.31
|
||||||
pytest==3.0.5
|
pytest==3.0.4 # rq.filter: != 3.0.5
|
||||||
pytest-bdd==2.18.1
|
pytest-bdd==2.18.1
|
||||||
pytest-catchlog==1.2.2
|
pytest-catchlog==1.2.2
|
||||||
pytest-cov==2.4.0
|
pytest-cov==2.4.0
|
||||||
|
@ -4,7 +4,7 @@ coverage
|
|||||||
Flask
|
Flask
|
||||||
httpbin
|
httpbin
|
||||||
hypothesis
|
hypothesis
|
||||||
pytest
|
pytest!=3.0.5
|
||||||
pytest-bdd
|
pytest-bdd
|
||||||
pytest-catchlog
|
pytest-catchlog
|
||||||
pytest-cov
|
pytest-cov
|
||||||
@ -20,3 +20,4 @@ pytest-xvfb
|
|||||||
vulture
|
vulture
|
||||||
|
|
||||||
#@ ignore: Jinja2, MarkupSafe
|
#@ ignore: Jinja2, MarkupSafe
|
||||||
|
#@ filter: pytest != 3.0.5
|
Loading…
Reference in New Issue
Block a user