flit: disable tests for PEP 668 (#230706)

The install tests call `pip` directly, and that doesn't work with PEP
668 anymore.

See #229166
This commit is contained in:
Jonas Chevalier 2023-05-08 18:43:27 +02:00 committed by GitHub
parent 3ae5675901
commit ee4a1a8b3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,6 +43,11 @@ buildPythonPackage rec {
disabledTests = [
# needs some ini file.
"test_invalid_classifier"
# calls pip directly. disabled for PEP 668
"test_install_data_dir"
"test_install_module_pep621"
"test_symlink_data_dir"
"test_symlink_module_pep621"
];
meta = with lib; {