mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-17 18:34:38 +00:00
python3Packages.pybind11: disable tests that parse setuptools output
This commit is contained in:
parent
31507976bc
commit
20b0221ec3
@ -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; {
|
||||
|
Loading…
Reference in New Issue
Block a user