summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r--gnu/packages/python-xyz.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 74976f71c5..02547489b7 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -20481,8 +20481,8 @@ and provides a uniform API regardless of which JSON implementation is used.")
(build-system pyproject-build-system)
(arguments
(list ; Integration tests require network connectivity.
- #:test-flags '(list "--ignore=t/integration")))
- (native-inputs (list python-pytest))
+ #:test-flags '(list "--ignore=t/integration/test_rmq.py")))
+ (native-inputs (list python-pytest python-setuptools python-wheel))
(propagated-inputs (list python-vine))
(home-page "https://github.com/celery/py-amqp")
(synopsis "Low-level AMQP client for Python (fork of amqplib)")