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

python312Packages.validator-collection: disable failing tests
This commit is contained in:
Fabian Affolter 2024-05-06 23:14:52 +02:00 committed by GitHub
commit d791e7de41
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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/";