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

Add supported pluggy versions to requirements.txt #197

Merged
merged 1 commit into from
Jul 31, 2018
Merged

Add supported pluggy versions to requirements.txt #197

merged 1 commit into from
Jul 31, 2018

Conversation

przemeklal
Copy link
Contributor

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

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>
Copy link

@dmzoneill dmzoneill left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good

Copy link

@dmoneil2 dmoneil2 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good

@dmoneil2 dmoneil2 merged commit 229a300 into intel:master Jul 31, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants