Loading pkgs/development/python-modules/validator-collection/default.nix +8 −0 Original line number Diff line number Diff line Loading @@ -135,6 +135,14 @@ buildPythonPackage rec { pythonImportsCheck = [ "validator_collection" ]; disabledTests = [ # Issues with fake filesystem /var/data "test_writeable" "test_executable" "test_readable" "test_is_readable" ]; meta = with lib; { description = "Python library of 60+ commonly-used validator functions"; homepage = "https://github.com/insightindustry/validator-collection/"; Loading Loading
pkgs/development/python-modules/validator-collection/default.nix +8 −0 Original line number Diff line number Diff line Loading @@ -135,6 +135,14 @@ buildPythonPackage rec { pythonImportsCheck = [ "validator_collection" ]; disabledTests = [ # Issues with fake filesystem /var/data "test_writeable" "test_executable" "test_readable" "test_is_readable" ]; meta = with lib; { description = "Python library of 60+ commonly-used validator functions"; homepage = "https://github.com/insightindustry/validator-collection/"; Loading