python3Packages.pybind11: disable tests that parse setuptools output

This commit is contained in:
Martin Weinelt 2022-02-15 17:39:18 +01:00
parent 31507976bc
commit 20b0221ec3
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -60,6 +60,8 @@ buildPythonPackage rec {
"tests/test_numpy_dtypes.py"
# no need to test internal packaging
"tests/extra_python_package/test_files.py"
# tests that try to parse setuptools stdout
"tests/extra_setuptools/test_setuphelper.py"
];
meta = with lib; {