mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-07 11:54:33 -05:00
gnu: python-pydevd: Skip three failing tests.
* gnu/packages/python-xyz.scm (python-pydevd)[arguments]: In 'check' phase, skip a couple more tests.
This commit is contained in:
parent
d7ec2805fb
commit
bc36da1426
1 changed files with 8 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
;;; GNU Guix --- Functional package management for GNU
|
||||
;;; Copyright © 2013 Nikita Karetnikov <nikita@karetnikov.org>
|
||||
;;; Copyright © 2013-2022 Ludovic Courtès <ludo@gnu.org>
|
||||
;;; Copyright © 2013-2023 Ludovic Courtès <ludo@gnu.org>
|
||||
;;; Copyright © 2013, 2014, 2015, 2016, 2019, 2023 Andreas Enge <andreas@enge.fr>
|
||||
;;; Copyright © 2014, 2015 Mark H Weaver <mhw@netris.org>
|
||||
;;; Copyright © 2014, 2017, 2021, 2022 Eric Bavier <bavier@posteo.net>
|
||||
|
@ -13675,8 +13675,14 @@ (define-public python-pydevd
|
|||
"-n" (number->string (parallel-job-count))
|
||||
"-k"
|
||||
(string-append
|
||||
;; The two "break_01" tests have been failing on
|
||||
;; Python 3.10:
|
||||
;; <https://github.com/fabioz/PyDev.Debugger/issues/222>.
|
||||
"not test_set_pydevd_break_01 "
|
||||
;; This one fails for unknown reasons.
|
||||
"and not test_completion_sockets_and_messages "
|
||||
;; the GUI event loop requires an X server.
|
||||
"not test_gui_event_loop_custom "
|
||||
"and not test_gui_event_loop_custom "
|
||||
;; This test validates that 'pydevd' is not in the
|
||||
;; exception message, but it is due to being part
|
||||
;; of the build file name present in the message.
|
||||
|
|
Loading…
Reference in a new issue