diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2021-03-11 20:56:29 -0500 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2021-03-11 20:56:29 -0500 |
| commit | 44ca2f5fe9b84edcc61a31c3d8abcd8c067d0731 (patch) | |
| tree | 8918dd860d0b589b7edabeb52d8691c76e93b953 | |
| parent | 66fbf7a986e92a60b93af6c8decd7bf8ae526ada (diff) | |
| download | python-coveragepy-git-44ca2f5fe9b84edcc61a31c3d8abcd8c067d0731.tar.gz | |
refactor: we no longer use unittest_mixins
| -rw-r--r-- | requirements/pytest.pip | 4 |
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 |
