diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-05-01 03:14:17 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-05-31 14:53:56 -0400 |
commit | 5df79d1ea84a27afce5487eef888e7371739a519 (patch) | |
tree | 1d6c1dae5cbc031ea18c3978c273591a295cd7ec /gnu/packages/check.scm | |
parent | 6d22dc676a4e1ad9d5aea7a47f95a1242ada957a (diff) | |
download | guix-5df79d1ea84a27afce5487eef888e7371739a519.tar.gz |
gnu: Remove python2-flaky.
* gnu/packages/check.scm (python2-flaky): Delete variable.
Diffstat (limited to 'gnu/packages/check.scm')
-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 be67b20d76..29388ffab6 100644 --- a/gnu/packages/check.scm +++ b/gnu/packages/check.scm @@ -2838,9 +2838,6 @@ those tests or marking them to @code{@@skip}, they can be automatically retried.") (license license:asl2.0))) -(define-public python2-flaky - (package-with-python2 python-flaky)) - (define-public python-pyhamcrest (package (name "python-pyhamcrest") |