Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixup intersphinx_mapping for Python and add RTD config file; Fix typo along the way #85

Merged
merged 3 commits into from
Mar 19, 2024

Conversation

yarikoptic
Copy link
Member

No description provided.

@yarikoptic yarikoptic added the documentation Changes only affect the documentation label Mar 19, 2024
@yarikoptic yarikoptic changed the title Fixup intersphinx_mapping for Python Fixup intersphinx_mapping for Python and add RTD config file Mar 19, 2024
=== Do not change lines below ===
{
 "chain": [],
 "cmd": "codespell -w",
 "exit": 0,
 "extra_inputs": [],
 "inputs": [],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
@yarikoptic yarikoptic changed the title Fixup intersphinx_mapping for Python and add RTD config file Fixup intersphinx_mapping for Python and add RTD config file; Fix typo along the way Mar 19, 2024
@yarikoptic
Copy link
Member Author

docs fixed up

mac test fail FTR

test_replace_and_relative_sshpath _______________________________________________________________________________________________________
    @slow  # 14 + 10sec on travis
    def test_replace_and_relative_sshpath():
        skip_if_on_windows()
        skip_ssh(check_replace_and_relative_sshpath)(True)
>       check_replace_and_relative_sshpath(False)
../../../venv3.8.18/lib/python3.8/site-packages/datalad/distribution/tests/test_create_sibling.py:682: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
../../../venv3.8.18/lib/python3.8/site-packages/datalad/tests/utils_pytest.py:927: in _wrap_with_tempfile
    return t(*(arg + (filename,)), **kw)
../../../venv3.8.18/lib/python3.8/site-packages/datalad/tests/utils_pytest.py:927: in _wrap_with_tempfile
    return t(*(arg + (filename,)), **kw)
../../../venv3.8.18/lib/python3.8/site-packages/datalad/distribution/tests/test_create_sibling.py:673: in check_replace_and_relative_sshpath
    eq_(len(logs_post), len(logs_prior) + 1)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
first = 3, second = 4, msg = None
    def assert_equal(first, second, msg=None):
        if msg is None:
>           assert first == second
E           AssertionError
../../../venv3.8.18/lib/python3.8/site-packages/datalad/tests/utils_pytest.py:80: AssertionError

@yarikoptic yarikoptic merged commit b4b163c into datalad:master Mar 19, 2024
5 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Changes only affect the documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant