You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
recommonmark doesn't build because of failing tests with sphinx 3.
This is also noted here.
This only affects the python3 variants since python2 uses a different (older) version.
WARNING: while setting up extension sphinx.domains.changeset: directive 'versionadded' is already registered, it will be overridden
WARNING: while setting up extension sphinx.domains.changeset: directive 'versionchanged' is already registered, it will be overridden
WARNING: while setting up extension sphinx.domains.index: directive 'index' is already registered, it will be overridden
WARNING: while setting up extension sphinx.domains.index: role 'index' is already registered, it will be overridden
WARNING: while setting up extension sphinx.domains.math: role 'eq' is already registered, it will be overridden
WARNING: html_static_path entry '_static' does not exist
=============================== warnings summary ===============================
tests/test_basic.py:35
/build/source/tests/test_basic.py:35: DeprecationWarning: invalid escape sequence \
"""
tests/test_basic.py:52
/build/source/tests/test_basic.py:52: DeprecationWarning: invalid escape sequence \
"""
tests/test_basic.py: 17 tests with warnings
/build/source/recommonmark/parser.py:75: UserWarning: Container node skipped: type=document
warn("Container node skipped: type={0}".format(mdnode.t))
-- Docs: https://docs.pytest.org/en/latest/warnings.html
=========================== short test summary info ============================
FAILED tests/test_sphinx.py::GenericTests::test_code - AssertionError: '<pre>...
FAILED tests/test_sphinx.py::GenericTests::test_headings - AssertionError: '<...
FAILED tests/test_sphinx.py::GenericTests::test_image - AssertionError: '<p><...
FAILED tests/test_sphinx.py::GenericTests::test_links - AssertionError: 'This...
=========== 4 failed, 19 passed, 5 deselected, 19 warnings in 1.51s ============
builder for '/nix/store/4bc7k7b036gzam1g8v3i61ip7vjnbk4y-python3.8-recommonmark-0.6.0.drv' failed with exit code 1
error: build of '/nix/store/4bc7k7b036gzam1g8v3i61ip7vjnbk4y-python3.8-recommonmark-0.6.0.drv' failed
Metadata
Please run nix-shell -p nix-info --run "nix-info -m" and paste the result.
# a list of nixpkgs attributes affected by the problemattribute:
- python37Packages.recommonmark
- python38Packages.recommonmark# a list of nixos modules affected by the problemmodule:
The text was updated successfully, but these errors were encountered:
Describe the bug
recommonmark doesn't build because of failing tests with sphinx 3.
This is also noted here.
This only affects the python3 variants since python2 uses a different (older) version.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The package builds.
Notify maintainers
@FRidh
some output
Metadata
Please run
nix-shell -p nix-info --run "nix-info -m"
and paste the result.Maintainer information:
The text was updated successfully, but these errors were encountered: