File: python3-pynvim

package info (click to toggle)
python-pynvim 0.4.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 344 kB
  • sloc: python: 2,538; sh: 6; makefile: 4
file content (9 lines) | stat: -rw-r--r-- 162 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
#!/bin/sh

set -eu
cp -r test "$AUTOPKGTEST_TMP/"
cd "$AUTOPKGTEST_TMP"

for python in $(py3versions -s); do
    PYTHONWARNINGS=d $python -m pytest -vv 2>&1
done