summaryrefslogtreecommitdiff
path: root/gnu/packages/python-web.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/python-web.scm')
-rw-r--r--gnu/packages/python-web.scm14
1 files changed, 4 insertions, 10 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 73ae9507247..90da28eb4a2 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -1904,17 +1904,11 @@ DNS name.")
(sha256
(base32 "0syxv2r90d6410hc68jxhk610pdgx19n1n5rc7shaxxv9xdhbaf2"))))
(build-system pyproject-build-system)
- ;; Curiously, no tests are collected although they exist.
- (arguments (list #:tests? #false))
- (propagated-inputs (list python-typing-extensions))
+ (arguments
+ (list #:test-backend #~'custom
+ #:test-flags #~(list "-m" "aioitertools.tests")))
(native-inputs
- (list python-coverage
- python-flake8
- python-flit-core
- python-mypy
- python-pytest
- python-pytest-asyncio
- python-sphinx))
+ (list python-flit-core))
(home-page "https://pypi.org/project/aioitertools/")
(synopsis "Itertools and builtins for AsyncIO and mixed iterables")
(description