Loading pkgs/development/python-modules/zstandard/default.nix +9 −1 Original line number Diff line number Diff line Loading @@ -6,6 +6,7 @@ cffi, setuptools, hypothesis, pytestCheckHook, }: buildPythonPackage rec { Loading @@ -31,7 +32,14 @@ buildPythonPackage rec { dependencies = lib.optionals isPyPy [ cffi ]; nativeCheckInputs = [ hypothesis ]; nativeCheckInputs = [ hypothesis pytestCheckHook ]; preCheck = '' rm -r zstandard ''; pythonImportsCheck = [ "zstandard" ]; Loading Loading
pkgs/development/python-modules/zstandard/default.nix +9 −1 Original line number Diff line number Diff line Loading @@ -6,6 +6,7 @@ cffi, setuptools, hypothesis, pytestCheckHook, }: buildPythonPackage rec { Loading @@ -31,7 +32,14 @@ buildPythonPackage rec { dependencies = lib.optionals isPyPy [ cffi ]; nativeCheckInputs = [ hypothesis ]; nativeCheckInputs = [ hypothesis pytestCheckHook ]; preCheck = '' rm -r zstandard ''; pythonImportsCheck = [ "zstandard" ]; Loading