Skip to content

Fix pluggy requirement#920

Merged
stealthycoin merged 1 commit intoaws:masterfrom
stealthycoin:fix-pluggy
Jul 30, 2018
Merged

Fix pluggy requirement#920
stealthycoin merged 1 commit intoaws:masterfrom
stealthycoin:fix-pluggy

Conversation

@stealthycoin
Copy link
Contributor

Pluggy released 0.7.0 and 0.7.1and the way pip does dependency
resolution it doesn't catch that pytest requires < 0.7. Hoisting the
requirement of <0.7 up to the top of requirements-dev.txt allows pip to
pull in the correct version of pluggy which is 0.6.0.

Copy link

@dstufft dstufft left a comment

Choose a reason for hiding this comment

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

Looks fine to me, the relevant pip issue is pypa/pip#988.

mock==2.0.0
requests==2.18.4
hypothesis==3.56.3
pluggy<0.7
Copy link

Choose a reason for hiding this comment

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

I would add a comment about why this dependency is being added here, since it's not really a direct dependency and it's likely in N months we'll forget why it's here.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Will do.

Pluggy released 0.7.0 and 0.7.1 and the way pip does dependency
resolution it doesn't catch that pytest requires < 0.7. Hoisting the
requirement of <0.7 up to the top of requirements-dev.txt allows pip to
pull in the correct version of pluggy which is 0.6.0.
@codecov-io
Copy link

codecov-io commented Jul 30, 2018

Codecov Report

Merging #920 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #920   +/-   ##
=======================================
  Coverage   95.52%   95.52%           
=======================================
  Files          27       27           
  Lines        4449     4449           
  Branches      558      558           
=======================================
  Hits         4250     4250           
  Misses        128      128           
  Partials       71       71

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 21c6ebd...9058212. Read the comment docs.

@stealthycoin stealthycoin merged commit ba1c69e into aws:master Jul 30, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants