Bump pytest version to 3.0.0

Since FixtureManager was moved from _pytest.python
to _pytest.fixtures and fuel-qa's code was updated with this change
we should bump minimal vertion of pytest

Change-Id: I6d8a29d0410704e784212bcfead5ee8d5a5009a6
Partial-bug:1615962
This commit is contained in:
Vladimir Khlyunev 2016-08-23 11:13:41 +03:00
parent 2b78a35017
commit 4ee508ef8b
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ AllPairs==2.0.1
launchpadlib
beautifulsoup4>=4.2.0
joblib>=0.8.4
pytest>=2.9
pytest>=3.0.0
python-jenkins>=0.4.12
pyyaml>=3.1.0 # MIT
requests>=2.8.1,!=2.9.0 # Apache-2.0