summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2024-11-10 15:40:04 +0000
committerSharlatan Hellseher <sharlatanus@gmail.com>2024-12-13 20:19:09 +0000
commita2fbf6879c7aefb391952a3478a05a1cfb9801ed (patch)
tree6b296eb7da19de68151f9fd1ae17b767a2b828ea /gnu
parent8f36612d5b94616a7fbc3ae65b5cf331b2853e2c (diff)
gnu: Remove python-pytest-next.
* gnu/packages/check.scm (python-pytest-next): Delete variable. * gnu/packages/python-science.scm (python-pandas-2) [native-inputs]: Remove python-pytest-next; add python-pytest. * gnu/packages/python-xyz.scm (python-hy) [native-inputs]: Remove python-pytest-next; add python-pytest. Change-Id: I57e14aa11c2e3cd1d8e8119f566b49fd902c7957
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/check.scm14
-rw-r--r--gnu/packages/python-science.scm2
-rw-r--r--gnu/packages/python-xyz.scm2
3 files changed, 2 insertions, 16 deletions
diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index f1adfbb5584..3fc3f1de5bb 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -1589,20 +1589,6 @@ and functions, detailed info on failing assert statements, modular fixtures,
1589and many external plugins.") 1589and many external plugins.")
1590 (license license:expat))) 1590 (license license:expat)))
1591 1591
1592(define-public python-pytest-next
1593 (package/inherit python-pytest
1594 (name "python-pytest")
1595 (version "7.3.2")
1596 (source
1597 (origin
1598 (method url-fetch)
1599 (uri (pypi-uri "pytest" version))
1600 (sha256
1601 (base32 "02q32y67nflrmk9snmibq5kmqcbgfm29k9wm0yw0ia2vqly0m6gf"))))
1602 (propagated-inputs
1603 (modify-inputs (package-propagated-inputs python-pytest)
1604 (append python-exceptiongroup)))))
1605
1606(define-deprecated python-pytest-6 python-pytest) 1592(define-deprecated python-pytest-6 python-pytest)
1607(export python-pytest-6) 1593(export python-pytest-6)
1608 1594
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm
index 495836c4a82..fe439ff1c07 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -1206,7 +1206,7 @@ doing practical, real world data analysis in Python.")
1206 python-matplotlib 1206 python-matplotlib
1207 python-openpyxl 1207 python-openpyxl
1208 python-pytest-asyncio 1208 python-pytest-asyncio
1209 python-pytest-next 1209 python-pytest
1210 python-pytest-localserver 1210 python-pytest-localserver
1211 python-pytest-mock 1211 python-pytest-mock
1212 python-pytest-xdist 1212 python-pytest-xdist
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 6b3ea6a78d1..299c660e025 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -19206,7 +19206,7 @@ with a new public API, and RPython support.")
19206 ;; This test expects the hy executable to be called 'hy', but in Guix 19206 ;; This test expects the hy executable to be called 'hy', but in Guix
19207 ;; it's .hy-real. 19207 ;; it's .hy-real.
19208 #:test-flags #~(list "-k" "not test_sys_executable"))) 19208 #:test-flags #~(list "-k" "not test_sys_executable")))
19209 (native-inputs (list python-pytest-next python-wheel)) 19209 (native-inputs (list python-pytest python-wheel))
19210 (propagated-inputs (list python-funcparserlib)) 19210 (propagated-inputs (list python-funcparserlib))
19211 (home-page "https://docs.hylang.org/en/stable/") 19211 (home-page "https://docs.hylang.org/en/stable/")
19212 (synopsis "Lisp frontend to Python") 19212 (synopsis "Lisp frontend to Python")