guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit d8d5c23ce707e820dae8958c2292e205fa3b0e09
Author: Nicolas Graves <[email protected]>
AuthorDate: Fri Jan 31 02:41:06 2025 +0100
gnu: python-pytest-perf: Remove python-pytest-black native-input.
* gnu/packages/check.scm (python-pytest-perf)
[native-inputs]: Remove python-pytest-black.
Change-Id: I46a98d059577c366699c634514f1cb364437aca0
Signed-off-by: Sharlatan Hellseher <[email protected]>
---
gnu/packages/check.scm | 1 -
1 file changed, 1 deletion(-)
diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index a625c5bdef..f0204f7e01 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -2949,7 +2949,6 @@ mypy plugins.")
"and not upstream_url"))))
(native-inputs
(list python-pytest
- python-pytest-black
python-pytest-checkdocs
python-pytest-cov
python-pytest-enabler