Loading pkgs/development/python-modules/logutils/default.nix +10 −5 Original line number Diff line number Diff line Loading @@ -4,9 +4,10 @@ buildPythonPackage, fetchPypi, pytestCheckHook, pythonAtLeast, pythonOlder, redis, redis-server, redis, setuptools, }: Loading Loading @@ -41,9 +42,13 @@ buildPythonPackage rec { "test_hashandlers" ]; disabledTestPaths = lib.optionals (stdenv.hostPlatform.isDarwin) [ disabledTestPaths = lib.optionals (stdenv.hostPlatform.isDarwin) [ # Exception: unable to connect to Redis server "tests/test_redis.py" ] ++ lib.optionals (pythonAtLeast "3.13") [ "tests/test_dictconfig.py" ]; pythonImportsCheck = [ "logutils" ]; Loading Loading
pkgs/development/python-modules/logutils/default.nix +10 −5 Original line number Diff line number Diff line Loading @@ -4,9 +4,10 @@ buildPythonPackage, fetchPypi, pytestCheckHook, pythonAtLeast, pythonOlder, redis, redis-server, redis, setuptools, }: Loading Loading @@ -41,9 +42,13 @@ buildPythonPackage rec { "test_hashandlers" ]; disabledTestPaths = lib.optionals (stdenv.hostPlatform.isDarwin) [ disabledTestPaths = lib.optionals (stdenv.hostPlatform.isDarwin) [ # Exception: unable to connect to Redis server "tests/test_redis.py" ] ++ lib.optionals (pythonAtLeast "3.13") [ "tests/test_dictconfig.py" ]; pythonImportsCheck = [ "logutils" ]; Loading