GNU bug report logs -
#62906
[PATCH] gnu: python-pytest-trio: Disable tests.
Previous Next
Reported by: jgart <jgart <at> dismail.de>
Date: Mon, 17 Apr 2023 15:31:01 UTC
Severity: normal
Tags: patch
Done: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 62906 in the body.
You can then email your comments to 62906 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#62906
; Package
guix-patches
.
(Mon, 17 Apr 2023 15:31:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
jgart <jgart <at> dismail.de>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Mon, 17 Apr 2023 15:31:01 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#62906
; Package
guix-patches
.
(Mon, 17 Apr 2023 15:34:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 62906 <at> debbugs.gnu.org (full text, mbox):
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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#62906
; Package
guix-patches
.
(Tue, 18 Apr 2023 00:06:02 GMT)
Full text and
rfc822 format available.
Message #11 received at submit <at> debbugs.gnu.org (full text, mbox):
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).
Reply sent
to
Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
:
You have taken responsibility.
(Tue, 18 Apr 2023 02:13:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
jgart <jgart <at> dismail.de>
:
bug acknowledged by developer.
(Tue, 18 Apr 2023 02:13:03 GMT)
Full text and
rfc822 format available.
Message #16 received at 62906-done <at> debbugs.gnu.org (full text, mbox):
Hello,
jgart <jgart <at> 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
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Tue, 16 May 2023 11:24:05 GMT)
Full text and
rfc822 format available.
This bug report was last modified 2 years and 32 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.