python312Packages.jaraco-functools: disable failing test on darwin
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
{
|
||||
lib,
|
||||
stdenv,
|
||||
buildPythonPackage,
|
||||
fetchPypi,
|
||||
jaraco-classes,
|
||||
@@ -35,6 +36,9 @@ buildPythonPackage rec {
|
||||
pytestCheckHook
|
||||
];
|
||||
|
||||
# test is flaky on darwin
|
||||
disabledTests = if stdenv.isDarwin then [ "test_function_throttled" ] else null;
|
||||
|
||||
pythonNamespaces = [ "jaraco" ];
|
||||
|
||||
pythonImportsCheck = [ "jaraco.functools" ];
|
||||
|
||||
Reference in New Issue
Block a user