diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2021-02-25 07:04:33 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2021-02-25 11:14:47 -0500 |
commit | c6fbb3888e6f05b6265ba9b30f5ea2444d0d51a7 (patch) | |
tree | cb442c7520b4bdfc373c442953dad3c4597138dd /requirements/pytest.pip | |
parent | 6c802eabcc79c0995ea7bde307527cf13f5f6a8c (diff) | |
download | python-coveragepy-git-c6fbb3888e6f05b6265ba9b30f5ea2444d0d51a7.tar.gz |
build: run on Python 3.10 alpha 5
This required pinning setuptools more aggressively, and cleaning up some
dependency sloppinesss.
Diffstat (limited to 'requirements/pytest.pip')
-rw-r--r-- | requirements/pytest.pip | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/requirements/pytest.pip b/requirements/pytest.pip index 43d4efe5..ecdf619c 100644 --- a/requirements/pytest.pip +++ b/requirements/pytest.pip @@ -19,6 +19,3 @@ hypothesis==4.57.1 # Our testing mixins unittest-mixins==1.6 #-e/Users/ned/unittest_mixins - -# Just so I have a debugger if I want it -pudb==2019.2 |