Unpin pytest and its plugins

Change-Id: Ie5b02e1e11b7a5c064fd417149cbbdd1c2997c65
This commit is contained in:
Ilya Shakhat 2019-02-19 09:16:01 +01:00
parent c56709b6c1
commit 6e5f538d79
1 changed files with 4 additions and 4 deletions

View File

@ -3,10 +3,10 @@
# process, which may cause wedges in the gate later.
hacking>=1.1.0,<1.2.0 # Apache-2.0
pytest<=3.0.2,>=2.7 # MIT
pytest-cov<=2.3.1,>=2.2.1 # MIT
pytest-html<=1.10.0,>=1.10.0 # Mozilla Public License 2.0 (MPL 2.0)
pytest-logging==2015.11.4 # Apache-2.0
pytest # MIT
pytest-cov # MIT
pytest-html # Mozilla Public License 2.0 (MPL 2.0)
pytest-logging # Apache-2.0
coverage>=4.0 # Apache-2.0
ddt>=1.0.1 # MIT