summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2021-03-11 20:56:29 -0500
committerNed Batchelder <ned@nedbatchelder.com>2021-03-11 20:56:29 -0500
commit44ca2f5fe9b84edcc61a31c3d8abcd8c067d0731 (patch)
tree8918dd860d0b589b7edabeb52d8691c76e93b953
parent66fbf7a986e92a60b93af6c8decd7bf8ae526ada (diff)
downloadpython-coveragepy-git-44ca2f5fe9b84edcc61a31c3d8abcd8c067d0731.tar.gz
refactor: we no longer use unittest_mixins
-rw-r--r--requirements/pytest.pip4
1 files changed, 0 insertions, 4 deletions
diff --git a/requirements/pytest.pip b/requirements/pytest.pip
index 1b696071..ad717f53 100644
--- a/requirements/pytest.pip
+++ b/requirements/pytest.pip
@@ -17,7 +17,3 @@ mock==3.0.5
git+https://github.com/slorg1/contracts@collections_and_validator
# hypothesis 5.x is py3-only
hypothesis==4.57.1
-
-# Our testing mixins
-unittest-mixins==1.6
-#-e/Users/ned/unittest_mixins