Azure / pytest-azurepipelines

Plugin for pytest that makes it simple to work with Azure Pipelines
MIT License
113 stars 35 forks source link

failing with Exit code 5 received /bin/bash #44

Open hiteshiat1 opened 4 years ago

hiteshiat1 commented 4 years ago

2020-05-15T11:44:29.6691383Z /opt/hostedtoolcache/Python/3.5.9/x64/lib/python3.5/site-packages/_pytest/junitxml.py:417 2020-05-15T11:44:29.6692448Z /opt/hostedtoolcache/Python/3.5.9/x64/lib/python3.5/site-packages/_pytest/junitxml.py:417: PytestDeprecationWarning: The 'junit_family' default value will change to 'xunit2' in pytest 6.0. 2020-05-15T11:44:29.6693530Z Add 'junit_family=xunit1' to your pytest.ini file to keep the current format in future versions of pytest and silence this warning. 2020-05-15T11:44:29.6694127Z _issue_warning_captured(deprecated.JUNIT_XML_DEFAULT_FAMILY, config.hook, 2) 2020-05-15T11:44:29.6694755Z 2020-05-15T11:44:29.6695283Z -- Docs: https://docs.pytest.org/en/latest/warnings.html 2020-05-15T11:44:29.6695997Z ----------- generated xml file: /home/vsts/work/1/s/test-output.xml ------------ 2020-05-15T11:44:29.6696535Z ============================== 1 warning in 0.03s ============================== 2020-05-15T11:44:29.6696859Z 2020-05-15T11:44:29.6697825Z ##[debug]Exit code 5 received from tool '/bin/bash'

tonybaloney commented 4 years ago

please try using version 1.0.0rc3 and report if this resolves your issue. This is a prerelease