File: python3-pytest-xdist

package info (click to toggle)
pytest-xdist 3.8.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 696 kB
  • sloc: python: 5,497; makefile: 7; sh: 5
file content (6 lines) | stat: -rwxr-xr-x 252 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
#!/bin/sh
set -e
export PYTEST_ADDOPTS='-k "not test_internal_errors_propagate_to_controller"'
cp -a testing/ "$AUTOPKGTEST_TMP"
cd "$AUTOPKGTEST_TMP/testing/"
for py in $(py3versions -s); do echo "[*] testing on $py:"; $py -Wd -m pytest -v 2>&1; done