unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Nicolas Graves via Guix-patches via <guix-patches@gnu.org>
To: 64245@debbugs.gnu.org
Cc: ngraves@ngraves.fr, Lars-Dominik Braun <lars@6xq.net>,
	jgart <jgart@dismail.de>
Subject: [bug#64245] [PATCH] gnu: python-pint: Disable failing tests.
Date: Fri, 23 Jun 2023 11:51:39 +0200	[thread overview]
Message-ID: <10054d0cc6f956f44ba328dd044943744d073d18.1687513898.git.ngraves@ngraves.fr> (raw)

* 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





             reply	other threads:[~2023-06-23  9:52 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-23  9:51 Nicolas Graves via Guix-patches via [this message]
2023-06-23 14:23 ` [bug#64245] [PATCH] gnu: python-pint: Disable failing tests jgart via Guix-patches via
2024-03-28 20:46 ` bug#64245: " Vinicius Monego

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=10054d0cc6f956f44ba328dd044943744d073d18.1687513898.git.ngraves@ngraves.fr \
    --to=guix-patches@gnu.org \
    --cc=64245@debbugs.gnu.org \
    --cc=jgart@dismail.de \
    --cc=lars@6xq.net \
    --cc=ngraves@ngraves.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).