[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#70858] [PATCH 26/32] build-system/pyproject: Remove python-pytest-i
From: |
Nicolas Graves |
Subject: |
[bug#70858] [PATCH 26/32] build-system/pyproject: Remove python-pytest-isort native-input. |
Date: |
Fri, 10 May 2024 09:55:30 +0200 |
* gnu/packages/dav.scm (radicale):
[native-inputs]: Remove python-pytest-isort.
* gnu/packages/python-web.scm (python-tinycss):
[arguments]<#:test-flags>: Ignore isort tests.
[native-inputs]: Remove python-pytest-isort.
Change-Id: I706e8c310adbeda49b91c6815d299172ce05df22
---
gnu/packages/dav.scm | 1 -
gnu/packages/python-web.scm | 4 ++--
2 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/dav.scm b/gnu/packages/dav.scm
index 0612a72c831..99284220846 100644
--- a/gnu/packages/dav.scm
+++ b/gnu/packages/dav.scm
@@ -59,7 +59,6 @@ (define-public radicale
(native-inputs
(list python-pytest
python-pytest-flake8
- python-pytest-isort
python-pytest-runner
python-waitress))
(propagated-inputs
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 8c51282c9cb..340ef0836b4 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -5862,9 +5862,9 @@ (define-public python-tinycss
(build-system pyproject-build-system)
(arguments
(list #:test-flags
- '(list "-k" "not test_speedups")))
+ '(list "-k" "not ISORT and not test_speedups")))
(native-inputs
- (list python-pytest-flake8 python-pytest-isort
+ (list python-pytest-flake8
python-pytest-runner python-setuptools python-wheel))
(home-page "https://tinycss.readthedocs.io/")
(synopsis "Complete yet simple CSS parser for Python")
--
2.41.0
- [bug#70858] [PATCH 12/32] build-system/pyproject: Remove python-pycodestyle native-input., (continued)
- [bug#70858] [PATCH 12/32] build-system/pyproject: Remove python-pycodestyle native-input., Nicolas Graves, 2024/05/10
- [bug#70858] [PATCH 24/32] gnu: python-django-contact-form: Remove python-pytest-cov native-input., Nicolas Graves, 2024/05/10
- [bug#70858] [PATCH 22/32] build-system/pyproject: Remove python-pytest-cov native-input., Nicolas Graves, 2024/05/10
- [bug#70858] [PATCH 32/32] gnu: abjad-ext-ipython: Remove uneeded inputs., Nicolas Graves, 2024/05/10
- [bug#70858] [PATCH 28/32] build-system/pyproject: Remove python-pytest-flake8 native-input., Nicolas Graves, 2024/05/10
- [bug#70858] [PATCH 02/32] build-system/pyproject: Ignore unwanted pytest flags., Nicolas Graves, 2024/05/10
- [bug#70858] [PATCH 05/32] build-system/pyproject: Remove python-flake8 inputs., Nicolas Graves, 2024/05/10
- [bug#70858] [PATCH 07/32] gnu: python-cram: Remove python-coverage native-input., Nicolas Graves, 2024/05/10
- [bug#70858] [PATCH 06/32] build-system/pyproject: Remove python-coverage input., Nicolas Graves, 2024/05/10
- [bug#70858] [PATCH 19/32] gnu: python-immutables: Remove python-mypy native-input., Nicolas Graves, 2024/05/10
- [bug#70858] [PATCH 26/32] build-system/pyproject: Remove python-pytest-isort native-input.,
Nicolas Graves <=
- [bug#70858] [PATCH 29/32] build-system/pyproject: Remove python-pytest-mypy inputs., Nicolas Graves, 2024/05/10