File: control

package info (click to toggle)
python-azure-devtools 1.2.0-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 832 kB
  • sloc: python: 1,850; makefile: 8; sh: 2
file content (5 lines) | stat: -rw-r--r-- 649 bytes parent folder | download
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