Skip to content
This repository has been archived by the owner on Jan 18, 2023. It is now read-only.

Commit

Permalink
Add supported pluggy versions to requirements.txt (#197)
Browse files Browse the repository at this point in the history
Because we don't have the highest supported pluggy and pytest-cov versions configured in requirements.txt,
pip installs the newest pluggy 0.7.1 which is incompatible with the pytest version we use.

For the reference see issues:
pytest-dev/pluggy#160
pytest-dev/pytest#3727

Solution is to add pluggy's version restrictions to our requirements.

Signed-off-by: Przemyslaw Lal <przemyslawx.lal@intel.com>
  • Loading branch information
przemeklal authored and Dave committed Jul 31, 2018
1 parent 32371e6 commit 229a300
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Expand Up @@ -6,3 +6,4 @@ kubernetes==3.0.0
requests>=2.12, <3.0
pytest<=3.3.2
pytest-cov>=2.4.0
pluggy>=0.5, <0.7

0 comments on commit 229a300

Please sign in to comment.