1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: python-pytest-7.1: Deprecate package.

The source was adjusted using the following command:

   $ git grep -rl python-pytest-7.1 |
     xargs sed -i 's/python-pytest-7.1/python-pytest/g'

* gnu/packages/check.scm (python-pytest-7.1): Delete variable.
This commit is contained in:
Maxim Cournoyer
2023-04-14 21:50:13 -04:00
parent fa2c1689c8
commit 802a3b7ba3
7 changed files with 13 additions and 35 deletions

View File

@@ -521,7 +521,7 @@ is used by the Requests library to verify HTTPS requests.")
python-hypothesis
python-iso8601
python-pretend
python-pytest-7.1 ;for subtests
python-pytest ;for subtests
python-pytest-benchmark
python-pytest-subtests))
(inputs (list python-cryptography-rust))