diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2018-08-07 11:58:32 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2018-08-07 11:58:32 -0400 |
commit | e3fee935a7c7c3cdd52b28d5da41010bc6a41af1 (patch) | |
tree | 825b6d660cb5d28199b710126e352ebf312f8daa /requirements | |
parent | a6bdd9c634e296993e7795840ade3d3c8f618e5e (diff) | |
download | python-coveragepy-git-e3fee935a7c7c3cdd52b28d5da41010bc6a41af1.tar.gz |
Force pluggy version
Diffstat (limited to 'requirements')
-rw-r--r-- | requirements/pytest.pip | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements/pytest.pip b/requirements/pytest.pip index 23264ee9..e8c59d29 100644 --- a/requirements/pytest.pip +++ b/requirements/pytest.pip @@ -4,5 +4,6 @@ # The pytest specifics used by coverage.py pytest==3.7.1 +pluggy>=0.7 # pytest needs this, but pip doesn't understand pytest-xdist==1.22.5 flaky==3.4.0 |