diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2021-11-23 08:34:41 -0500 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2021-11-24 06:45:10 -0500 |
| commit | 3dfa4498abf5885307f921862f7d367166af76a6 (patch) | |
| tree | 22c97d835fb27868baffea91b68ecee7d35389d8 /requirements/light-threads.pip | |
| parent | 2f7e38407321c1ce33a8a13cd3fbb7d73be99278 (diff) | |
| download | python-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/light-threads.pip')
| -rw-r--r-- | requirements/light-threads.pip | 16 |
1 files changed, 16 insertions, 0 deletions
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 |
