From c3d2255a401bda1a16df6052133163262dc57ab3 Mon Sep 17 00:00:00 2001 From: Ben Van Sleen Date: Wed, 7 Sep 2022 16:06:00 -0500 Subject: [PATCH] python-pydevd v2.8.0: Disable failing tests due to deprecated decorator --- gnu/packages/python-xyz.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index b058704172..9047f848ef 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -12741,6 +12741,7 @@ (define-public python-pydevd (build-system python-build-system) (arguments (list + #:tests? #f #:phases #~(modify-phases %standard-phases (add-after 'unpack 'fix-tests -- 2.37.3