diff options
author | Marius Bakke <marius@gnu.org> | 2022-08-12 12:24:57 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2022-09-09 17:03:56 +0200 |
commit | 65302a7045832dfb99d3045788344b531298a8d5 (patch) | |
tree | f3977a997c34d947c37b2844fdbe04bee7df0944 /gnu/packages/matrix.scm | |
parent | 3533db28ced3034898c4a1c58c4a8a50e35228a7 (diff) | |
download | guix-65302a7045832dfb99d3045788344b531298a8d5.tar guix-65302a7045832dfb99d3045788344b531298a8d5.tar.gz |
gnu: Deprecate the 'python-pytest-6' variable.
* gnu/packages/check.scm (python-pytest-6): Deprecate.
* gnu/packages/matrix.scm (python-matrix-nio)[native-inputs]: Change from
PYTHON-PYTEST-6 to PYTHON-PYTEST.
* gnu/packages/music.scm (beets)[native-inputs]: Likewise.
* gnu/packages/python-xyz.scm (python-munkres, python-cons)[native-inputs]: Likewise.
Diffstat (limited to 'gnu/packages/matrix.scm')
-rw-r--r-- | gnu/packages/matrix.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/matrix.scm b/gnu/packages/matrix.scm index 6604226f47..fc62041685 100644 --- a/gnu/packages/matrix.scm +++ b/gnu/packages/matrix.scm @@ -185,7 +185,7 @@ homeserver and generally help bootstrap the ecosystem.") "not test_upload_binary_file_object " "and not test_connect_wrapper")))))))) (native-inputs - `(("python-pytest" ,python-pytest-6) + `(("python-pytest" ,python-pytest) ("python-hyperframe" ,python-hyperframe) ("python-hypothesis" ,python-hypothesis) ("python-hpack" ,python-hpack) |