1 2 3 4 5
|
Depends: python3-azure-devtools, python3-all, python3-pytest, python3-all:any,
Test-Command: cp -r src/azure_devtools/scenario_tests/tests $AUTOPKGTEST_TMP; cd $AUTOPKGTEST_TMP; for p in $(py3versions -s); do $p -m pytest -v --deselect=tests/test_integration_test_base.py::TestIntegrationTestBase::test_live_test_default_constructor -k 'not test_preparer_order'; done
# Depends: python3-azure-devtools, python3-all, python3-pytest, python3-git, python3-github, python3-github.tests, python3-requests
# Test-Command: cp -r src/azure_devtools/ci_tools/tests $AUTOPKGTEST_TMP; cd $AUTOPKGTEST_TMP; for p in $(py3versions -s); do $p -m pytest -v; done
|