diff options
-rw-r--r-- | gnu/packages/check.scm | 14 | ||||
-rw-r--r-- | gnu/packages/python-science.scm | 2 | ||||
-rw-r--r-- | gnu/packages/python-xyz.scm | 2 |
3 files changed, 2 insertions, 16 deletions
diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm index f1adfbb558..3fc3f1de5b 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, and many external plugins.") (license license:expat))) -(define-public python-pytest-next - (package/inherit python-pytest - (name "python-pytest") - (version "7.3.2") - (source - (origin - (method url-fetch) - (uri (pypi-uri "pytest" version)) - (sha256 - (base32 "02q32y67nflrmk9snmibq5kmqcbgfm29k9wm0yw0ia2vqly0m6gf")))) - (propagated-inputs - (modify-inputs (package-propagated-inputs python-pytest) - (append python-exceptiongroup))))) - (define-deprecated python-pytest-6 python-pytest) (export python-pytest-6) diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm index 495836c4a8..fe439ff1c0 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.") python-matplotlib python-openpyxl python-pytest-asyncio - python-pytest-next + python-pytest python-pytest-localserver python-pytest-mock python-pytest-xdist diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 6b3ea6a78d..299c660e02 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.") ;; This test expects the hy executable to be called 'hy', but in Guix ;; it's .hy-real. #:test-flags #~(list "-k" "not test_sys_executable"))) - (native-inputs (list python-pytest-next python-wheel)) + (native-inputs (list python-pytest python-wheel)) (propagated-inputs (list python-funcparserlib)) (home-page "https://docs.hylang.org/en/stable/") (synopsis "Lisp frontend to Python") |