From e4020cd4cee093f88c4f73c03c72608d7747fe1d Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Mon, 9 Dec 2024 00:26:01 +0100 Subject: [PATCH] python312Packages.pytest-services: fix disabledTests specification --- pkgs/development/python-modules/pytest-services/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/pytest-services/default.nix b/pkgs/development/python-modules/pytest-services/default.nix index 969b33dafcdb..e413501affd8 100644 --- a/pkgs/development/python-modules/pytest-services/default.nix +++ b/pkgs/development/python-modules/pytest-services/default.nix @@ -63,7 +63,7 @@ buildPythonPackage rec { # Tests require binaries and additional parts "test_memcached" "test_mysql" - "test_xvfb " + "test_xvfb" ]; meta = with lib; {