diff options
Diffstat (limited to 'gnu')
-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 8b77bf77ce..a4e505d494 100644 --- a/gnu/packages/check.scm +++ b/gnu/packages/check.scm @@ -1327,9 +1327,6 @@ Python's @code{random.seed}.") @file{setup.py} files can use to run tests.") (license license:expat))) -(define-public python2-pytest-runner - (package-with-python2 python-pytest-runner)) - (define-public python-pytest-lazy-fixture (package (name "python-pytest-lazy-fixture") |