mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-01 02:23:54 +00:00
python310Packages.readme_renderer: Disable failing tests
Likely due to pygments 2.14.0 incompatibiliy. Reported upstream.
This commit is contained in:
parent
b8561e8d1d
commit
2a04f99b8b
@ -43,6 +43,9 @@ buildPythonPackage rec {
|
||||
disabledTests = [
|
||||
# https://github.com/pypa/readme_renderer/issues/221
|
||||
"test_GFM_"
|
||||
# https://github.com/pypa/readme_renderer/issues/274
|
||||
"test_CommonMark_008.md"
|
||||
"test_rst_008.rst"
|
||||
# Relies on old distutils behaviour removed by setuptools (TypeError: dist must be a Distribution instance)
|
||||
"test_valid_rst"
|
||||
"test_invalid_rst"
|
||||
|
Loading…
Reference in New Issue
Block a user