diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2026-01-18 14:16:24 +0100 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-02-07 12:28:29 +0100 |
| commit | bbb3a062e76c0d7b450e70c662c1d0907664c942 (patch) | |
| tree | 3f7821ef0479d8582bf4e74f3fd8e8446f5311e5 /gnu/packages/python-xyz.scm | |
| parent | 2ed4b04db389543aac332c24d9efeebce546c591 (diff) | |
gnu: python-sniffio: Drop python-curio native-input.
* gnu/packages/python-xyz.scm (python-sniffio):
[arguments] <test-flags>: Skip test requiring curio.
[native-inputs]: Remove python-curio.
Change-Id: I96678566359cbbfc1ee268c73952b1de6a147959
Modified-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index fc1fd28895f..2e296081302 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -17242,8 +17242,12 @@ tasks, sockets, files, locks, and queues.") (sha256 (base32 "1p496yran6zwg47m7w26r8y89nrsbkrrbf4119slj3qaczf4wcpl")))) (build-system pyproject-build-system) + (arguments + (list + #:test-flags + #~(list "--deselect=sniffio/_tests/test_sniffio.py::test_curio"))) (native-inputs - (list python-curio python-pytest python-setuptools)) + (list python-pytest python-setuptools)) (home-page "https://github.com/python-trio/sniffio") (synopsis "Detect which async library a program is running under") (description |
