python3Packages.simplejson: re-enable darwin tests

This commit is contained in:
Olivér Falvai
2025-04-25 21:47:45 +02:00
parent beef5f65e0
commit f3cdf06c2d

View File

@@ -1,6 +1,5 @@
{
lib,
stdenv,
buildPythonPackage,
fetchFromGitHub,
pytestCheckHook,
@@ -23,8 +22,6 @@ buildPythonPackage rec {
nativeCheckInputs = [ pytestCheckHook ];
doCheck = !stdenv.hostPlatform.isDarwin;
pythonImportsCheck = [ "simplejson" ];
meta = with lib; {