python312Packages.cement: disable tests on Darwin
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
{
|
||||
lib,
|
||||
stdenv,
|
||||
buildPythonPackage,
|
||||
colorlog,
|
||||
fetchFromGitHub,
|
||||
@@ -59,6 +60,9 @@ buildPythonPackage rec {
|
||||
|
||||
pythonImportsCheck = [ "cement" ];
|
||||
|
||||
# Tests are failing on Darwin
|
||||
doCheck = !stdenv.hostPlatform.isDarwin;
|
||||
|
||||
disabledTests = [
|
||||
# Test only works with the source from PyPI
|
||||
"test_get_version"
|
||||
|
||||
Reference in New Issue
Block a user