diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-01-16 23:28:21 +0000 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-02-07 12:28:20 +0100 |
| commit | ef7ccf01ff48268c556241156174919595df3de1 (patch) | |
| tree | 8de32e26b04ab2b376d3a1474de2b8628e8371eb /gnu/packages | |
| parent | 8666b3c6a21d2f2c7544172f89e00122b5d507eb (diff) | |
gnu: Remove python-pytest-7.
* gnu/packages/check.scm (python-pytest-7): Delete variable.
Change-Id: I061bc31d096f837928e21e950f08e3db592564db
Diffstat (limited to 'gnu/packages')
| -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 0d4e142261c..f87b546fd7e 100644 --- a/gnu/packages/check.scm +++ b/gnu/packages/check.scm @@ -1627,9 +1627,6 @@ and functions, detailed info on failing assert statements, modular fixtures, and many external plugins.") (license license:expat))) -(define-deprecated python-pytest-7 python-pytest) -(export python-pytest-7) - (define-public python-pytest-bootstrap (package/inherit python-pytest (name "python-pytest-bootstrap") |
