Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information