Loading pkgs/development/python-modules/tzdata/default.nix +1 −4 Original line number Diff line number Diff line Loading @@ -2,10 +2,8 @@ lib, buildPythonPackage, fetchPypi, importlib-resources, pytest-subtests, pytestCheckHook, pythonOlder, setuptools, }: Loading @@ -24,8 +22,7 @@ buildPythonPackage rec { nativeCheckInputs = [ pytestCheckHook pytest-subtests ] ++ lib.optionals (pythonOlder "3.7") [ importlib-resources ]; ]; pythonImportsCheck = [ "tzdata" ]; Loading Loading
pkgs/development/python-modules/tzdata/default.nix +1 −4 Original line number Diff line number Diff line Loading @@ -2,10 +2,8 @@ lib, buildPythonPackage, fetchPypi, importlib-resources, pytest-subtests, pytestCheckHook, pythonOlder, setuptools, }: Loading @@ -24,8 +22,7 @@ buildPythonPackage rec { nativeCheckInputs = [ pytestCheckHook pytest-subtests ] ++ lib.optionals (pythonOlder "3.7") [ importlib-resources ]; ]; pythonImportsCheck = [ "tzdata" ]; Loading