python311Packages.broadbean: disable racy test
This commit is contained in:
@@ -57,6 +57,11 @@ buildPythonPackage rec {
|
||||
pytestCheckHook
|
||||
];
|
||||
|
||||
disabledTests = [
|
||||
# on a 200ms deadline
|
||||
"test_points"
|
||||
];
|
||||
|
||||
pythonImportsCheck = [ "broadbean" ];
|
||||
|
||||
meta = {
|
||||
|
||||
Reference in New Issue
Block a user