mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-13 11:30:35 +08:00
python313Packages.turrishw: disable tests on darwin
(cherry picked from commit cb6f5a6d1a)
This commit is contained in:
committed by
github-actions[bot]
parent
0fb6bb757a
commit
79e272abd4
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user