datalad / datalad-deprecated

DataLad extension for functionality that has been phased out of the core package
Other
0 stars 3 forks source link

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

Closed yarikoptic closed 5 months ago

yarikoptic commented 5 months ago

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