python312Packages.readme-renderer: clean-up disabled tests
This commit is contained in:
@@ -44,17 +44,8 @@ buildPythonPackage rec {
|
||||
++ optional-dependencies.md;
|
||||
|
||||
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_fixtures"
|
||||
"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"
|
||||
"test_malicious_rst"
|
||||
"test_invalid_missing"
|
||||
"test_invalid_empty"
|
||||
];
|
||||
|
||||
pythonImportsCheck = [
|
||||
@@ -64,6 +55,7 @@ buildPythonPackage rec {
|
||||
meta = with lib; {
|
||||
description = "Python library for rendering readme descriptions";
|
||||
homepage = "https://github.com/pypa/readme_renderer";
|
||||
changelog = "https://github.com/pypa/readme_renderer/releases/tag/${version}";
|
||||
license = with licenses; [ asl20 ];
|
||||
maintainers = with maintainers; [ fab ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user