summaryrefslogtreecommitdiff
path: root/requirements/pytest.in
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2021-10-24 18:10:13 -0400
committerNed Batchelder <ned@nedbatchelder.com>2021-10-24 18:42:43 -0400
commit8a0273d15d17d0e00ba4bfa05ffe46d372f979e7 (patch)
treedf197fee491a035b228b388c15c7293d0a284b2e /requirements/pytest.in
parent76c1888d0b65035f9fbfc1fd31ae75c019fbb699 (diff)
downloadpython-coveragepy-git-8a0273d15d17d0e00ba4bfa05ffe46d372f979e7.tar.gz
build: use pip-tools to manage *.pip from *.in
The requires.io site stopped working for me, and this is a more automated process anyway.
Diffstat (limited to 'requirements/pytest.in')
-rw-r--r--requirements/pytest.in15
1 files changed, 15 insertions, 0 deletions
diff --git a/requirements/pytest.in b/requirements/pytest.in
new file mode 100644
index 00000000..5ff874f1
--- /dev/null
+++ b/requirements/pytest.in
@@ -0,0 +1,15 @@
+# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0
+# For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt
+
+-c pins.pip
+
+# The pytest specifics used by coverage.py
+# "make upgrade" turns this into requirements/pytest.pip.
+
+flaky
+hypothesis
+pytest
+pytest-xdist
+# Use a fork of PyContracts that supports Python 3.9
+#PyContracts==1.8.12
+git+https://github.com/slorg1/contracts@collections_and_validator