Unverified Commit ee4a1a8b authored by Jonas Chevalier's avatar Jonas Chevalier Committed by GitHub
Browse files

flit: disable tests for PEP 668 (#230706)

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

See #229166
parent 3ae56759
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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; {