From 939aa5d8dc0ef8c29db32abadf956fbec64d7a97 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sat, 31 Dec 2016 10:00:54 -0500 Subject: Better ways to install requirements on CI servers --- requirements/pytest.pip | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 requirements/pytest.pip (limited to 'requirements/pytest.pip') diff --git a/requirements/pytest.pip b/requirements/pytest.pip new file mode 100644 index 0000000..e2e7009 --- /dev/null +++ b/requirements/pytest.pip @@ -0,0 +1,7 @@ +# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0 +# For details: https://bitbucket.org/ned/coveragepy/src/default/NOTICE.txt + +# The pytest specifics used by coverage.py +pytest==3.0.5 +pytest-xdist==1.15.0 +pytest-warnings==0.2.0 -- cgit v1.2.1