Message ID | 10054d0cc6f956f44ba328dd044943744d073d18.1687513898.git.ngraves@ngraves.fr |
---|---|
State | New |
Headers | show |
Series | [bug#64245] gnu: python-pint: Disable failing tests. | expand |
> * gnu/packages/python-xyz.scm (python-pint): Disable failing tests.
Hi Nicolas,
I'll take a proper look this weekend, thanks for sending.
Hi, The changes in this patch have been merged a while ago. Closing this issue. Vinicius
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 97d149538c..9d2f1e182c 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -1166,7 +1166,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