gnu: python-simpervisor: Fix tests.

* gnu/packages/python-xyz.scm (python-simpervisor) [arguments]
<test-flags>: Run test in a single thread, deselect one failing.
[native-inputs]: Remove python-pytest-xdist.

Change-Id: I2b5a2a9ad40d5b0d6156a4448776eafa91a01719
This commit is contained in:
Sharlatan Hellseher 2025-04-24 22:40:18 +01:00
parent 55d9b6ff11
commit 2e91053dca
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -35218,15 +35218,14 @@ module patches @code{asyncio} to allow nested use of @code{asyncio.run} and
(base32 "0drvqxbr6fpydb4d7z5dhn97d578gf39sd8cawyl6ksf1f4y8yzg")))) (base32 "0drvqxbr6fpydb4d7z5dhn97d578gf39sd8cawyl6ksf1f4y8yzg"))))
(build-system pyproject-build-system) (build-system pyproject-build-system)
(arguments (arguments
(list ;; See <https://github.com/jupyterhub/simpervisor/issues/57>
#:test-flags '(list "-n" (number->string (parallel-job-count))))) (list #:test-flags #~(list "--deselect=tests/test_ready.py::test_ready")))
(native-inputs (native-inputs
(list python-aiohttp (list python-aiohttp
python-hatchling python-hatchling
python-psutil python-psutil
python-pytest python-pytest
python-pytest-asyncio python-pytest-asyncio))
python-pytest-xdist))
(home-page "https://github.com/yuvipanda/simpervisor") (home-page "https://github.com/yuvipanda/simpervisor")
(synopsis "Simple async process supervisor") (synopsis "Simple async process supervisor")
(description (description