all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#64245] [PATCH] gnu: python-pint: Disable failing tests.
@ 2023-06-23  9:51 Nicolas Graves via Guix-patches via
  2023-06-23 14:23 ` jgart via Guix-patches via
  2024-03-28 20:46 ` bug#64245: " Vinicius Monego
  0 siblings, 2 replies; 3+ messages in thread
From: Nicolas Graves via Guix-patches via @ 2023-06-23  9:51 UTC (permalink / raw)
  To: 64245; +Cc: ngraves, Lars-Dominik Braun, jgart

* 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 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

base-commit: f25529b08e356f89ca7cecc44295085531a8faba
prerequisite-patch-id: ca2c8e641b960fd64d2a3df6711fbc399d707624
prerequisite-patch-id: ad1a6d08fd3af334701459e4a61d75cb441b208d
prerequisite-patch-id: 7455700f07f6ba230014c2a280fae3a648b614f0
prerequisite-patch-id: b1ff02e859956cc3db867b6f3278ae836eeb37d2
prerequisite-patch-id: 285479a1a1e46e6f0f8aba5429edfa400c81b32b
prerequisite-patch-id: 30fcff6f8c9328c71d3fca609cddde0b56973bb7
prerequisite-patch-id: a113aace2222ee3b0a24887292a22e890aae8c01
prerequisite-patch-id: 3439a57d3a3d7935ffd59ad0ebe7b4f86dc74db6
prerequisite-patch-id: 775366bcb7c9150b3ddb2534a75294cb3b075641
prerequisite-patch-id: 369b61e07e3c90151a5414b784513b9ae3d3e978
prerequisite-patch-id: 065651c3a8cee63b725d7f86c080c274b494627e
prerequisite-patch-id: 1ee71844f0c9a0112a456e5b76079239906a7fb8
prerequisite-patch-id: c7b3d9c5bff04c16576781eff50ce37f7c49131c
prerequisite-patch-id: c8b8fe8dc51fea0b8a2626cf7031f01b6000e023
prerequisite-patch-id: 182e25335d4c357001f4f8bed2b3f89b91d9cae5
prerequisite-patch-id: cccdad83975cbf04d7bd618c2c1a4b4de6fa7fd2
prerequisite-patch-id: 54eb8a9fd6d9bb60a3728d4c03fbf928d06106f3
prerequisite-patch-id: 795d31cc33a24a6a57e67af31b65acd8faa8187c
prerequisite-patch-id: ad01f4de590e1d946c2352444346ce3d3dd81837
prerequisite-patch-id: 12b76e9c2751da73ed64c9489b15f74ff17568cf
prerequisite-patch-id: eb618ab7b10483d917c308a38792af98baa517e2
prerequisite-patch-id: b8e17723214f99350b5a8ff5200ed92fe0334399
prerequisite-patch-id: 6f28833d2efa054d55126980f87ba4d2fdd13c6d
prerequisite-patch-id: b9330c12700355319c104aa3b493eafe03cbb619
prerequisite-patch-id: 46fa9c5a48fcc5b13409049b14b6e7314a6d6956
-- 
2.40.1





^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [bug#64245] [PATCH] gnu: python-pint: Disable failing tests.
  2023-06-23  9:51 [bug#64245] [PATCH] gnu: python-pint: Disable failing tests Nicolas Graves via Guix-patches via
@ 2023-06-23 14:23 ` jgart via Guix-patches via
  2024-03-28 20:46 ` bug#64245: " Vinicius Monego
  1 sibling, 0 replies; 3+ messages in thread
From: jgart via Guix-patches via @ 2023-06-23 14:23 UTC (permalink / raw)
  To: Nicolas Graves, 64245; +Cc: Lars-Dominik Braun

> * gnu/packages/python-xyz.scm (python-pint): Disable failing tests.

Hi Nicolas,

I'll take a proper look this weekend, thanks for sending.




^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#64245: [PATCH] gnu: python-pint: Disable failing tests.
  2023-06-23  9:51 [bug#64245] [PATCH] gnu: python-pint: Disable failing tests Nicolas Graves via Guix-patches via
  2023-06-23 14:23 ` jgart via Guix-patches via
@ 2024-03-28 20:46 ` Vinicius Monego
  1 sibling, 0 replies; 3+ messages in thread
From: Vinicius Monego @ 2024-03-28 20:46 UTC (permalink / raw)
  To: 64245-done

Hi,

The changes in this patch have been merged a while ago. Closing this issue.

Vinicius





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-03-28 20:47 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-23  9:51 [bug#64245] [PATCH] gnu: python-pint: Disable failing tests Nicolas Graves via Guix-patches via
2023-06-23 14:23 ` jgart via Guix-patches via
2024-03-28 20:46 ` bug#64245: " Vinicius Monego

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.