summaryrefslogtreecommitdiff
path: root/requirements
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2021-11-23 08:34:41 -0500
committerNed Batchelder <ned@nedbatchelder.com>2021-11-24 06:45:10 -0500
commit3dfa4498abf5885307f921862f7d367166af76a6 (patch)
tree22c97d835fb27868baffea91b68ecee7d35389d8 /requirements
parent2f7e38407321c1ce33a8a13cd3fbb7d73be99278 (diff)
downloadpython-coveragepy-git-3dfa4498abf5885307f921862f7d367166af76a6.tar.gz
test(build): a better way to pin light-thread packages
Also, clearly indicate when we are skipping tests because the packages aren't available.
Diffstat (limited to 'requirements')
-rw-r--r--requirements/dev.pip4
-rw-r--r--requirements/light-threads.in9
-rw-r--r--requirements/light-threads.pip16
-rw-r--r--requirements/pytest.pip2
4 files changed, 28 insertions, 3 deletions
diff --git a/requirements/dev.pip b/requirements/dev.pip
index 416df6a6..f187ae49 100644
--- a/requirements/dev.pip
+++ b/requirements/dev.pip
@@ -4,7 +4,7 @@
#
# make upgrade
#
-astroid==2.8.5
+astroid==2.8.6
# via pylint
attrs==21.2.0
# via
@@ -62,7 +62,7 @@ future==0.18.2
# pycontracts
greenlet==1.1.2
# via -r requirements/dev.in
-hypothesis==6.25.0
+hypothesis==6.27.1
# via -r requirements/pytest.pip
idna==3.3
# via requests
diff --git a/requirements/light-threads.in b/requirements/light-threads.in
new file mode 100644
index 00000000..73f75df5
--- /dev/null
+++ b/requirements/light-threads.in
@@ -0,0 +1,9 @@
+# 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 light-threads packages we test against
+
+eventlet
+greenlet
diff --git a/requirements/light-threads.pip b/requirements/light-threads.pip
new file mode 100644
index 00000000..cce5545d
--- /dev/null
+++ b/requirements/light-threads.pip
@@ -0,0 +1,16 @@
+#
+# This file is autogenerated by pip-compile with python 3.8
+# To update, run:
+#
+# make upgrade
+#
+dnspython==2.1.0
+ # via eventlet
+eventlet==0.33.0
+ # via -r requirements/light-threads.in
+greenlet==1.1.2
+ # via
+ # -r requirements/light-threads.in
+ # eventlet
+six==1.16.0
+ # via eventlet
diff --git a/requirements/pytest.pip b/requirements/pytest.pip
index 11dbcc19..922d44c7 100644
--- a/requirements/pytest.pip
+++ b/requirements/pytest.pip
@@ -18,7 +18,7 @@ flaky==3.7.0
# via -r requirements/pytest.in
future==0.18.2
# via pycontracts
-hypothesis==6.25.0
+hypothesis==6.27.1
# via -r requirements/pytest.in
iniconfig==1.1.1
# via pytest