python313Packages.turrishw: disable tests on darwin

This commit is contained in:
Fabian Affolter
2025-05-19 22:38:23 +02:00
parent b096c95f51
commit cb6f5a6d1a
@@ -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 = {