all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#62906] [PATCH] gnu: python-pytest-trio: Disable tests.
@ 2023-04-17 15:27 jgart via Guix-patches via
  2023-04-17 15:33 ` [bug#62906] jgart via Guix-patches via
  2023-04-18  2:12 ` bug#62906: [PATCH] gnu: python-pytest-trio: Disable tests Maxim Cournoyer
  0 siblings, 2 replies; 4+ messages in thread
From: jgart via Guix-patches via @ 2023-04-17 15:27 UTC (permalink / raw)
  To: 62906; +Cc: jgart

See the following GitHub issue on the project page:
https://github.com/python-trio/pytest-trio/issues/122

* gnu/packages/python-check.scm (python-pytest-trio)[arguments]: Disable
broken tests.
---

Hi,

pytest-trio currently causes guix pull to fail because the tests are broken.

I have diabled the tests and linked the associated issue from the project page detailing more.

all best,

jgart

 gnu/packages/python-check.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm
index 1046602800..613fa23a99 100644
--- a/gnu/packages/python-check.scm
+++ b/gnu/packages/python-check.scm
@@ -1095,7 +1095,9 @@ (define-public python-pytest-trio
         (base32 "0c8cqf9by2884riksrqymqfp2g1d2d798a2zalcw9hmf34c786y0"))))
     (build-system python-build-system)
     (arguments
-     `(#:phases
+     `(;; https://github.com/python-trio/pytest-trio/issues/122
+       #:tests? #f ; Tests are currently broken.
+       #:phases
        (modify-phases %standard-phases
          (replace 'check
            (lambda* (#:key tests? inputs outputs #:allow-other-keys)
-- 
2.39.2





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

* [bug#62906]
  2023-04-17 15:27 [bug#62906] [PATCH] gnu: python-pytest-trio: Disable tests jgart via Guix-patches via
@ 2023-04-17 15:33 ` jgart via Guix-patches via
  2023-04-17 16:19   ` [bug#62906] Katherine Cox-Buday
  2023-04-18  2:12 ` bug#62906: [PATCH] gnu: python-pytest-trio: Disable tests Maxim Cournoyer
  1 sibling, 1 reply; 4+ messages in thread
From: jgart via Guix-patches via @ 2023-04-17 15:33 UTC (permalink / raw)
  To: Lars-Dominik Braun, 62906

Hi,

I forgot to add that there is also an issue reporting the pytest-trio failure here by bdju:

https://issues.guix.gnu.org/62871

62906 fixes the problem by disabling the tests for pytest-trio.

all best,

jgart




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

* [bug#62906]
  2023-04-17 15:33 ` [bug#62906] jgart via Guix-patches via
@ 2023-04-17 16:19   ` Katherine Cox-Buday
  0 siblings, 0 replies; 4+ messages in thread
From: Katherine Cox-Buday @ 2023-04-17 16:19 UTC (permalink / raw)
  To: 62906

On 4/17/23 9:33 AM, jgart via Guix-patches via wrote:
> Hi,
> 
> I forgot to add that there is also an issue reporting the pytest-trio failure here by bdju:
> 
> https://issues.guix.gnu.org/62871
> 
> 62906 fixes the problem by disabling the tests for pytest-trio.
> 
> all best,
> 
> jgart

I'm also also running into this. I can confirm that it looks like the 
issue is upstream, and an issue is open for it.

+1 for disabling the tests (I don't have merge abilities).






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

* bug#62906: [PATCH] gnu: python-pytest-trio: Disable tests.
  2023-04-17 15:27 [bug#62906] [PATCH] gnu: python-pytest-trio: Disable tests jgart via Guix-patches via
  2023-04-17 15:33 ` [bug#62906] jgart via Guix-patches via
@ 2023-04-18  2:12 ` Maxim Cournoyer
  1 sibling, 0 replies; 4+ messages in thread
From: Maxim Cournoyer @ 2023-04-18  2:12 UTC (permalink / raw)
  To: jgart; +Cc: 62906-done

Hello,

jgart <jgart@dismail.de> writes:

> See the following GitHub issue on the project page:
> https://github.com/python-trio/pytest-trio/issues/122
>
> * gnu/packages/python-check.scm (python-pytest-trio)[arguments]: Disable
> broken tests.
> ---
>
> Hi,
>
> pytest-trio currently causes guix pull to fail because the tests are broken.
>
> I have diabled the tests and linked the associated issue from the project page detailing more.
>
> all best,

I don't understand how that was breaking 'guix pull' for you, it
shouldn't have played a role.  I suspect extra channels.

I've pushed an updated to 0.8.0, with two tests disable in commit
27a4bfbd07022ebabc352a419c7588fcfc881d88.  Closing!

-- 
Thanks,
Maxim




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

end of thread, other threads:[~2023-04-18  2:13 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-17 15:27 [bug#62906] [PATCH] gnu: python-pytest-trio: Disable tests jgart via Guix-patches via
2023-04-17 15:33 ` [bug#62906] jgart via Guix-patches via
2023-04-17 16:19   ` [bug#62906] Katherine Cox-Buday
2023-04-18  2:12 ` bug#62906: [PATCH] gnu: python-pytest-trio: Disable tests Maxim Cournoyer

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.