[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#70858] [PATCH python-team v4 14/52] build-system/pyproject: Remove
From: |
Nicolas Graves |
Subject: |
[bug#70858] [PATCH python-team v4 14/52] build-system/pyproject: Remove python-pytest-black native-input. |
Date: |
Wed, 26 Feb 2025 03:10:05 -0000 |
* gnu/packages/check.scm (python-pytest-perf, python-pytest-enabler)
[native-inputs]: Remove python-pytest-black.
* gnu/packages/python-web.scm (python-portend)[native-inputs]:
Remove python-pytest-black.
---
gnu/packages/check.scm | 2 --
gnu/packages/python-web.scm | 1 -
gnu/packages/python-xyz.scm | 10 ----------
3 files changed, 13 deletions(-)
diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index 5b088c0e8e..da8f42c315 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -2941,7 +2941,6 @@ (define-public python-pytest-enabler
python-jaraco-functools
python-toml))
(native-inputs (list python-pytest
- python-pytest-black
python-pytest-checkdocs
python-pytest-cov
python-pytest-flake8
@@ -3115,7 +3114,6 @@ (define-public python-pytest-perf
"and not upstream_url"))))
(native-inputs
(list python-pytest
- python-pytest-black
python-pytest-checkdocs
python-pytest-cov
python-pytest-enabler
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 11dfeeb54c..4375608457 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -702,7 +702,6 @@ (define-public python-portend
(propagated-inputs (list python-tempora))
;; TODO: Add python-pytest-ruff to native-inputs once it has been packaged.
(native-inputs (list python-pytest
- python-pytest-black
python-pytest-checkdocs
python-pytest-cov
python-pytest-enabler
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index e639c6ae4d..13e6bb948f 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -12775,7 +12775,6 @@ (define-public python-importlib-resources
(string-append (getcwd) "/_custom_build")))))))
(native-inputs
(list python-pytest
- python-pytest-black
python-pytest-checkdocs
python-pytest-cov
python-pytest-enabler
@@ -12926,7 +12925,6 @@ (define-public python-jaraco-classes
#:test-flags '(list "-k" "not project")))
(native-inputs
(list python-pytest
- python-pytest-black
python-pytest-checkdocs
python-pytest-cov
python-pytest-flake8
@@ -12960,7 +12958,6 @@ (define-public python-jaraco-collections
;; TODO: Add python-pytest-ruff to native-inputs once it has been
;; packaged.
(native-inputs (list python-pytest
- python-pytest-black
python-pytest-checkdocs
python-pytest-cov
python-pytest-enabler
@@ -13021,7 +13018,6 @@ (define-public python-jaraco-context
#:test-flags '(list "-k" "not project")))
(native-inputs
(list python-pytest
- python-pytest-black
python-pytest-checkdocs
python-pytest-cov
python-pytest-flake8
@@ -13056,7 +13052,6 @@ (define-public python-jaraco-functools
(native-inputs
(list python-jaraco-classes
python-pytest
- python-pytest-black
python-pytest-checkdocs
python-pytest-cov
python-pytest-flake8
@@ -13151,7 +13146,6 @@ (define-public python-jaraco-text
;; TODO: Add python-pytest-ruff to native-inputs once it has been
;; packaged.
(native-inputs (list python-pytest
- python-pytest-black
python-pytest-checkdocs
python-pytest-cov
python-pytest-enabler
@@ -17900,7 +17894,6 @@ (define-public python-path
python-packaging
python-pygments
python-pytest
- python-pytest-black
python-pytest-checkdocs
python-pytest-cov
python-pytest-enabler
@@ -18006,7 +17999,6 @@ (define-public python-pip-run
(append python-nbformat
python-pygments
python-pytest
- python-pytest-black
python-pytest-checkdocs
python-pytest-cov
python-pytest-enabler
@@ -22619,7 +22611,6 @@ (define-public python-inflect
(propagated-inputs (list python-pydantic))
(native-inputs (list python-pygments
python-pytest
- python-pytest-black
python-pytest-checkdocs
python-pytest-cov
python-pytest-enabler
@@ -27897,7 +27888,6 @@ (define-public python-tempora
(native-inputs
(list python-freezegun
python-pytest
- python-pytest-black
python-pytest-checkdocs
python-pytest-cov
python-pytest-enabler
--
2.48.1
--
Best regards,
Nicolas Graves
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [bug#70858] [PATCH python-team v4 14/52] build-system/pyproject: Remove python-pytest-black native-input.,
Nicolas Graves <=