=========================== short test summary info ============================
FAILED ../datalad/customremotes/tests/test_datalad.py::test_basic_scenario_local_url - AssertionError: assert '_' in '3versions-allversioned.txt'
FAILED ../datalad/distributed/tests/test_ria_basics.py::test_version_check - datalad.support.exceptions.IncompleteResultsError: Command did not complete successfully. 1 failed:
[{'action': 'copy',
'annexkey': 'MD5E-s18--6beb3be625001976a17c6eb78f88c592',
'error_message': 'Remote is treated as read-only. Set '
"'ora-remote.<name>.force-write=true' to overrule this.\n"
'This could have failed because --fast is enabled.',
'path': '/tmp/datalad_temp__test_version_check8aj6f1ae/new_file',
'refds': '/tmp/datalad_temp__test_version_check8aj6f1ae',
'status': 'error',
'target': 'store',
'type': 'file'}]
= 2 failed, 1160 passed, 45 skipped, 4 xfailed, 17 warnings in 869.72s (0:14:29) =
The command "http_proxy= PATH=$PWD/../tools/coverage-bin:$PATH $PYTEST_WRAPPER python -m pytest "${PYTEST_OPTS[@]}" -c ../tox.ini -n 2 -m "${PYTEST_SELECTION:+$PYTEST_SELECTION_OP($PYTEST_SELECTION) and }not(turtle)" --doctest-modules --cov=datalad --cov-report= --pyargs $TESTS_TO_PERFORM" exited with 1.
e.g. from https://app.travis-ci.com/github/datalad/datalad/jobs/587920121
had been happening for awhile, e.g. all previous month
it is the cron run with
_DL_ANNEX_INSTALL_SCENARIO="miniconda --python-match minor --batch git-annex=8.20200309 -m conda". Reproduce locally using such conda env and runningpython -m pytest -s -v -k 'test_basic_scenario_local_url or test_version_check' datalad. Solutions identified for