[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#55474] [PATCH v5 06/55] gnu: python-pint: Disable failing tests.
From: |
Nicolas Graves |
Subject: |
[bug#55474] [PATCH v5 06/55] gnu: python-pint: Disable failing tests. |
Date: |
Sun, 25 Jun 2023 18:57:07 +0200 |
* gnu/packages/python-xyz.scm (python-pint): Disable failing tests.
---
gnu/packages/python-xyz.scm | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index b650b71f3b..7e8976fdea 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -1149,7 +1149,9 @@ (define-public python-pint
(sha256
(base32
"0rv0cbala7ibjbaf6kkcn0mdhqdbajnvlcw0f15gwzfwg10g0z1q"))))
- (build-system python-build-system)
+ (build-system pyproject-build-system)
+ (arguments
+ '(#:test-flags '("-k" "not test_auto"))) ; PermissionError
/homeless-shelter
(native-inputs
(list python-pytest ;for pytest-subtests
python-pytest-cov
--
2.40.1
- [bug#55474] [PATCH v5 01/55] gnu: python-django-4.0: Update to 4.0.9., Nicolas Graves, 2023/06/25
- [bug#55474] [PATCH v5 03/55] gnu: Add python-asgiref-3.4.1., Nicolas Graves, 2023/06/25
- [bug#55474] [PATCH v5 02/55] gnu: python-asgiref: Update to 3.6.0., Nicolas Graves, 2023/06/25
- [bug#55474] [PATCH v5 04/55] gnu: python-distributed: Disable failing tests., Nicolas Graves, 2023/06/25
- [bug#55474] [PATCH v5 05/55] gnu: Add python-django-4.2., Nicolas Graves, 2023/06/25
- [bug#55474] [PATCH v5 06/55] gnu: python-pint: Disable failing tests.,
Nicolas Graves <=
- [bug#55474] [PATCH v5 08/55] gnu: Add python-django-extensions-3.0., Nicolas Graves, 2023/06/25
- [bug#55474] [PATCH v5 07/55] gnu: python-django-extensions: Update to 3.2.0., Nicolas Graves, 2023/06/25
- [bug#55474] [PATCH v5 10/55] gnu: python-django-simple-math-captcha: Update to 1.0.9-0-61adb4f., Nicolas Graves, 2023/06/25
- [bug#55474] [PATCH v5 15/55] gnu: python-django-picklefield: Update to 3.1.0., Nicolas Graves, 2023/06/25
- [bug#55474] [PATCH v5 14/55] gnu: python-django-debug-toolbar: Add native-input tzdata-for-tests., Nicolas Graves, 2023/06/25
- [bug#55474] [PATCH v5 12/55] gnu: python-django-filter: Add native-input tzdata-for-tests., Nicolas Graves, 2023/06/25
- [bug#55474] [PATCH v5 13/55] gnu: python-django-allauth: Update to 0.47.0., Nicolas Graves, 2023/06/25
- [bug#55474] [PATCH v5 17/55] gnu: datasette: Disabling failing tests., Nicolas Graves, 2023/06/25
- [bug#55474] [PATCH v5 18/55] gnu: graphite-web: Update to 1.1.10-0-dca59dc., Nicolas Graves, 2023/06/25
- [bug#55474] [PATCH v5 09/55] gnu: python-django-3.1.14: Skip failing tests., Nicolas Graves, 2023/06/25