python313Packages.turrishw: disable tests on darwin

(cherry picked from commit cb6f5a6d1a)
This commit is contained in:
Fabian Affolter
2025-05-19 22:38:23 +02:00
committed by github-actions[bot]
parent 0fb6bb757a
commit 79e272abd4

View File

@@ -1,5 +1,6 @@
{
lib,
stdenv,
buildPythonPackage,
fetchFromGitHub,
hatchling,
@@ -25,6 +26,9 @@ buildPythonPackage rec {
nativeCheckInputs = [ pytestCheckHook ];
# Tests don't work on darwin
doCheck = !stdenv.hostPlatform.isDarwin;
pythonImportsCheck = [ "turrishw" ];
meta = {