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; {