Loading pkgs/development/python-modules/readme-renderer/default.nix +2 −10 Original line number Diff line number Diff line Loading @@ -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 = [ Loading @@ -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 ]; }; Loading Loading
pkgs/development/python-modules/readme-renderer/default.nix +2 −10 Original line number Diff line number Diff line Loading @@ -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 = [ Loading @@ -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 ]; }; Loading