Pin pytest to 3.3.1 for now

See https://github.com/pytest-dev/pytest-bdd/issues/229
This commit is contained in:
Florian Bruhin 2018-01-05 11:36:26 +01:00
parent c3bcb1d9ba
commit a90730bea7
2 changed files with 3 additions and 2 deletions

View File

@ -21,7 +21,7 @@ parse-type==0.4.2
pluggy==0.6.0 pluggy==0.6.0
py==1.5.2 py==1.5.2
py-cpuinfo==3.3.0 py-cpuinfo==3.3.0
pytest==3.3.1 pytest==3.3.1 # rq.filter: != 3.3.2
pytest-bdd==2.19.0 pytest-bdd==2.19.0
pytest-benchmark==3.1.1 pytest-benchmark==3.1.1
pytest-cov==2.5.1 pytest-cov==2.5.1

View File

@ -4,7 +4,7 @@ coverage
Flask Flask
hunter hunter
hypothesis hypothesis
pytest pytest==3.3.1
pytest-bdd pytest-bdd
pytest-benchmark pytest-benchmark
pytest-cov pytest-cov
@ -19,3 +19,4 @@ pytest-xvfb
vulture vulture
#@ ignore: Jinja2, MarkupSafe, colorama #@ ignore: Jinja2, MarkupSafe, colorama
#@ filter: pytest != 3.3.2