File: python3-refnx

package info (click to toggle)
refnx 0.1.61-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 20,996 kB
  • sloc: python: 37,162; cpp: 1,015; ansic: 185; makefile: 181; sh: 131; lisp: 89; xml: 34
file content (15 lines) | stat: -rwxr-xr-x 266 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/sh

set -e -u

export PYTHONWARNINGS=d
export MPLBACKEND=agg
export PYTEST_QT_API=PyQt6
export HOME="$AUTOPKGTEST_TMP"

cp -a pytest.ini "$AUTOPKGTEST_TMP"
cd "$AUTOPKGTEST_TMP"

for py in $(py3versions -s); do
  xvfb-run -a pytest -v -ra --pyargs refnx
done