mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-04 03:53:56 +00:00
python312Packages.cement: disable tests on Darwin
This commit is contained in:
parent
508a791f9e
commit
bbd314463d
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user