diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-05-01 01:39:47 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-05-31 14:53:45 -0400 |
commit | fa4800461458e44196d9399b7880a69730933966 (patch) | |
tree | 59cfaa9b7098f47163a6d44d7bb9452e5f9d3fef | |
parent | 1c09ed37211d983d04e626d736df8f69f504630d (diff) | |
download | guix-fa4800461458e44196d9399b7880a69730933966.tar.gz |
gnu: Remove python2-pytest-runner.
* gnu/packages/check.scm (python2-pytest-runner): Delete variable.
-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") |