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.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#62906: [PATCH] gnu: python-pytest-trio: Disable tests.
which was filed against the guix-patches package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 62906 <at> debbugs.gnu.org.
--
62906: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=62906
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
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
[Message part 3 (message/rfc822, inline)]
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
This bug report was last modified 2 years and 33 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.