[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
301/361: gnu: Remove python-pytest-next.
From: |
guix-commits |
Subject: |
301/361: gnu: Remove python-pytest-next. |
Date: |
Fri, 22 Nov 2024 06:01:02 -0500 (EST) |
andreas pushed a commit to branch python-team
in repository guix.
commit 1f72e2bec100eaf52ad6506c7a85faac97eee295
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Sun Nov 10 15:40:04 2024 +0000
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
---
gnu/packages/check.scm | 14 --------------
gnu/packages/python-science.scm | 2 +-
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 bcd15a8dfb..25b1c7fba7 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 5de42fe045..e09668ebac 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -1158,7 +1158,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 de316b0cba..c46b821d35 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -19118,7 +19118,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")
- 252/361: gnu: python-behave-web-api: Update to 2.0.1., (continued)
- 252/361: gnu: python-behave-web-api: Update to 2.0.1., guix-commits, 2024/11/22
- 254/361: gnu: python-pycollada: Adjust inputs., guix-commits, 2024/11/22
- 257/361: gnu: python-defusedxml: Update to 0.7.1., guix-commits, 2024/11/22
- 253/361: gnu: python-pooch: Adjust inputs., guix-commits, 2024/11/22
- 261/361: gnu: python-pymysql: Adjust inputs., guix-commits, 2024/11/22
- 267/361: gnu: python-unyt: Adjust inputs., guix-commits, 2024/11/22
- 280/361: gnu: Remove beets-next., guix-commits, 2024/11/22
- 281/361: gnu: beets: Use G-expressions., guix-commits, 2024/11/22
- 275/361: gnu: python-orthopy: Adjust inputs., guix-commits, 2024/11/22
- 289/361: gnu: Remove python-poetry-core-1.0., guix-commits, 2024/11/22
- 301/361: gnu: Remove python-pytest-next.,
guix-commits <=
- 307/361: gnu: python-pytest-forked: Disable tests., guix-commits, 2024/11/22
- 299/361: gnu: python-pytest: Update to 8.3.3., guix-commits, 2024/11/22
- 346/361: gnu: python-cloudpickle: Update to 3.1.0., guix-commits, 2024/11/22
- 349/361: gnu: python-flask: Update to 3.1.0., guix-commits, 2024/11/22
- 321/361: gnu: python-py: Improve package style., guix-commits, 2024/11/22
- 357/361: gnu: python-httpbin: Update to 0.10.2., guix-commits, 2024/11/22
- 268/361: gnu: python-yt: Remove relax-requirements phase., guix-commits, 2024/11/22
- 276/361: gnu: python-accupy: Adjust inputs., guix-commits, 2024/11/22
- 282/361: gnu: python-mutagen: Update to 1.47.0., guix-commits, 2024/11/22
- 284/361: gnu: beets: Update to 2.0.0., guix-commits, 2024/11/22