From 44ca2f5fe9b84edcc61a31c3d8abcd8c067d0731 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Thu, 11 Mar 2021 20:56:29 -0500 Subject: refactor: we no longer use unittest_mixins --- requirements/pytest.pip | 4 ---- 1 file changed, 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 -- cgit v1.2.1