File: run-tests

package info (click to toggle)
python-smhi 1.0.19-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 524 kB
  • sloc: python: 10,238; sh: 4; makefile: 3
file content (5 lines) | stat: -rwxr-xr-x 264 bytes parent folder | download
1
2
3
4
5
#!/bin/sh
set -e
for py in $(py3versions -s); do
$py -Wd -m pytest -v -k "not test_smhi_integration_test and not test_smhi_async_integration_test and not test_smhi_async_get_forecast_integration2 and not test_async_error_from_api" --asyncio-mode=auto -x 2>&1
done