GNU bug report logs -
#70858
[PATCH 00/32] python-team: Remove native inputs
Previous Next
Full log
Message #490 received at 70858 <at> debbugs.gnu.org (full text, mbox):
* 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 | 9 ---------
3 files changed, 12 deletions(-)
diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index 4263329559..e6aa4d6de6 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -2944,7 +2944,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
@@ -3118,7 +3117,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 70830bb672..8dd8a58217 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 dfebaf96a3..c7468c1beb 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -12820,7 +12820,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
@@ -12971,7 +12970,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
@@ -13005,7 +13003,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
@@ -13066,7 +13063,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
@@ -13101,7 +13097,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
@@ -13196,7 +13191,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
@@ -17945,7 +17939,6 @@ (define-public python-path
python-packaging
python-pygments
python-pytest
- python-pytest-black
python-pytest-checkdocs
python-pytest-cov
python-pytest-enabler
@@ -18051,7 +18044,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
@@ -27923,7 +27915,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
This bug report was last modified 71 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.