diff options
-rw-r--r-- | gnu/packages/check.scm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm index dbb131ffc7..d99be83c99 100644 --- a/gnu/packages/check.scm +++ b/gnu/packages/check.scm @@ -2975,9 +2975,6 @@ time by mocking the datetime module.") mocks, stubs and fakes.") (license license:bsd-3))) -(define-public python2-flexmock - (package-with-python2 python-flexmock)) - (define-public python-flaky (package (name "python-flaky") |