summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu/packages/python-xyz.scm5
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index abd5e095bf..15b9cf10d5 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -31608,7 +31608,9 @@ but portable.")
(arguments
(list #:test-flags '(list "-o" "asyncio_mode=auto"
;; PytestUnraisableExceptionWarning
- "-k" "not test_watch_log and not test_awatch")))
+ "-k" "not test_watch_log and not test_awatch")
+ #:phases #~(modify-phases %standard-phases
+ (delete 'sanity-check))))
(native-inputs
(list python-anyio
python-coverage
@@ -31618,7 +31620,6 @@ but portable.")
python-pytest-cov
python-pytest-mock
python-pytest-sugar
- python-pytest-toolbox
python-setuptools
python-wheel))
(home-page "https://github.com/samuelcolvin/watchgod")