File: control

package info (click to toggle)
python-b2sdk 1.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,672 kB
  • sloc: python: 15,724; sh: 13; makefile: 6
file content (10 lines) | stat: -rw-r--r-- 265 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
Depends:
 python3-all,
 python3-arrow,
 python3-b2sdk,
 python3-pyflakes,
 python3-pytest,
 python3-pytest-mock,
 python3-setuptools,
 yapf3,
Test-Command: set -e; for py in $(py3versions -s); do echo "[*] testing on $py:"; $py -m pytest -k-test_raw_api 2>&1; done