python313Packages.swh-scheduler: disable tests on Darwin
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
{
|
||||
lib,
|
||||
stdenv,
|
||||
buildPythonPackage,
|
||||
fetchFromGitLab,
|
||||
setuptools,
|
||||
@@ -65,6 +66,9 @@ buildPythonPackage rec {
|
||||
|
||||
pythonImportsCheck = [ "swh.scheduler" ];
|
||||
|
||||
# Many broken tests on Darwin. Disabling them for now.
|
||||
doCheck = !stdenv.hostPlatform.isDarwin;
|
||||
|
||||
nativeCheckInputs = [
|
||||
plotille
|
||||
postgresql
|
||||
|
||||
Reference in New Issue
Block a user