~ruther/guix-local

0ce36a9cf36be8782c65375240d30958816b1df4 — Lars-Dominik Braun 2 years ago efbce9a
gnu: python-pytest-xdist: Disable failing test.

* gnu/packages/check.scm (python-pytest-xdist)[arguments]: Skip failing
test.
1 files changed, 6 insertions(+), 0 deletions(-)

M gnu/packages/check.scm
M gnu/packages/check.scm => gnu/packages/check.scm +6 -0
@@ 2101,6 2101,12 @@ same arguments.")
        (base32
         "1psf5dqxvc38qzxvc305mkg5xpdmdkbkkfiyqlmdnkgh7z5dx025"))))
    (build-system pyproject-build-system)
    (arguments
     (list
      #:test-flags
      ;; Fails with OSError: cannot send to <Channel id=1 closed>
      ;; on foreign distribution.
      '(list "-k" "not test_internal_errors_propagate_to_controller")))
    (native-inputs (list python-setuptools-scm python-filelock python-pytest))
    (propagated-inputs (list python-execnet python-pytest-forked))
    (home-page "https://github.com/pytest-dev/pytest-xdist")