[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
301/420: gnu: Remove python-pytest-next.
From: |
guix-commits |
Subject: |
301/420: gnu: Remove python-pytest-next. |
Date: |
Tue, 26 Nov 2024 16:29:21 -0500 (EST) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit 5201236dcd940c88e917210939362ec25726bca2
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 6d05786047..ad5d554179 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 aa62d3f49b..bb405b9658 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -19117,7 +19117,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")
- 383/420: gnu: python-stack-data: Update to 0.6.3., (continued)
- 383/420: gnu: python-stack-data: Update to 0.6.3., guix-commits, 2024/11/26
- 402/420: gnu: python-aiofiles: Update to 24.1.0., guix-commits, 2024/11/26
- 394/420: gnu: python-anytree: Update to 2.12.0., guix-commits, 2024/11/26
- 405/420: gnu: python-anyio: Update to 4.6.2., guix-commits, 2024/11/26
- 76/420: gnu: python-attrs: Update to 23.2.0., guix-commits, 2024/11/26
- 83/420: gnu: python-pytest-tornasync: Use Tornado 6., guix-commits, 2024/11/26
- 89/420: gnu: python-nbformat: Update to 5.10.4., guix-commits, 2024/11/26
- 287/420: gnu: Add python-pypa-installer., guix-commits, 2024/11/26
- 295/420: gnu: python-distributed: Adjust inputs., guix-commits, 2024/11/26
- 290/420: gnu: python-mpv: Adjust inputs., guix-commits, 2024/11/26
- 301/420: gnu: Remove python-pytest-next.,
guix-commits <=
- 320/420: gnu: python-pickleshare: Improve package style., guix-commits, 2024/11/26
- 374/420: gnu: python-fastjsonschema: Update to 2.20.0., guix-commits, 2024/11/26
- 371/420: gnu: python-pytest-metadata: Update to 3.1.1., guix-commits, 2024/11/26
- 389/420: gnu: python-pytest-regressions: Update to 2.5.0., guix-commits, 2024/11/26
- 392/420: gnu: python-pytest-mypy-plugins: Update to 3.1.2., guix-commits, 2024/11/26
- 401/420: gnu: python-redis: Fix build., guix-commits, 2024/11/26
- 404/420: gnu: python-uvloop: Update to 0.21.0., guix-commits, 2024/11/26
- 410/420: gnu: Add python-installer., guix-commits, 2024/11/26
- 81/420: gnu: python-websocket-client: Update to 1.8.0., guix-commits, 2024/11/26
- 82/420: gnu: python-prometheus-client: Update to 0.20.0., guix-commits, 2024/11/26