Merge pull request #309629 from fabaff/validator-collection-fix

python312Packages.validator-collection: disable failing tests

Changed files
+8
pkgs
development
python-modules
validator-collection
+8
pkgs/development/python-modules/validator-collection/default.nix
···
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/";