mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-14 16:14:50 +00:00
python3Packages.readme_renderer: disable tests that rely on old distutils behaviour
This commit is contained in:
parent
3411fecdd5
commit
31507976bc
@ -43,6 +43,12 @@ buildPythonPackage rec {
|
||||
disabledTests = [
|
||||
# https://github.com/pypa/readme_renderer/issues/221
|
||||
"test_GFM_"
|
||||
# Relies on old distutils behaviour removed by setuptools (TypeError: dist must be a Distribution instance)
|
||||
"test_valid_rst"
|
||||
"test_invalid_rst"
|
||||
"test_malicious_rst"
|
||||
"test_invalid_missing"
|
||||
"test_invalid_empty"
|
||||
];
|
||||
|
||||
pythonImportsCheck = [
|
||||
|
Loading…
Reference in New Issue
Block a user