[staging-next] python312Packages.mocket: fix disabled test path (#378788)

This commit is contained in:
K900
2025-02-02 14:30:22 +03:00
committed by GitHub
@@ -98,7 +98,7 @@ buildPythonPackage rec {
"test_no_dangling_fds"
];
disabledTestPaths = lib.optionals stdenv.hostPlatform.isDarwin [ "tests/main/test_redis.py" ];
disabledTestPaths = lib.optionals stdenv.hostPlatform.isDarwin [ "tests/test_redis.py" ];
pythonImportsCheck = [ "mocket" ];