mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 13:36:36 +01:00
gnu: python-pydevd: Disable flaky tests.
Setting IS_PYPY doesn't do anything and I only set it before due to a misunderstanding. Instead we should disable flaky tests. * gnu/packages/python-xyz.scm (python-pydevd)[arguments]: Ignore tests marked as "flaky"; do not set IS_PYPY variable in 'pre-check phase. Change-Id: If28f3dfd533df9048aeee5ecd42984b40ea0a22a
This commit is contained in:
parent
e902f73f60
commit
ad9a2f9643
1 changed files with 1 additions and 0 deletions
|
@ -17816,6 +17816,7 @@ (define-public python-pydevd
|
||||||
(list
|
(list
|
||||||
#:test-flags
|
#:test-flags
|
||||||
#~(list "-n" (number->string (parallel-job-count))
|
#~(list "-n" (number->string (parallel-job-count))
|
||||||
|
"-m" "not flaky"
|
||||||
"-k"
|
"-k"
|
||||||
(string-append
|
(string-append
|
||||||
;; The two "break_01" tests have been failing on
|
;; The two "break_01" tests have been failing on
|
||||||
|
|
Loading…
Reference in a new issue