File: control

package info (click to toggle)
python-msrest 0.6.21-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 836 kB
  • sloc: python: 8,599; makefile: 8; sh: 1
file content (10 lines) | stat: -rw-r--r-- 402 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
Restrictions: allow-stderr
Depends:
 python3-aiodns,
 python3-aiohttp,
 python3-all,
 python3-httpretty,
 python3-msrest,
 python3-pytest,
 python3-pytest-asyncio,
Test-Command: cp -r tests $AUTOPKGTEST_TMP; cd $AUTOPKGTEST_TMP; for p in $(py3versions -s); do $p -m pytest -v --ignore=tests/asynctests/test_universal_http.py --ignore=tests/asynctests/test_pipeline.py --ignore=tests/test_auth.py; done