python312Packages.billiard: drop outdated disabledTests

This commit is contained in:
Nick Cao 2024-09-22 09:39:10 -04:00
parent b1b9fa4c85
commit 7d392af757
No known key found for this signature in database

View File

@ -29,11 +29,6 @@ buildPythonPackage rec {
pytestCheckHook
];
disabledTests = [
# psutil.NoSuchProcess: process no longer exists (pid=168)
"test_set_pdeathsig"
];
pythonImportsCheck = [ "billiard" ];
meta = with lib; {