File: pytest

package info (click to toggle)
pexpect 4.8.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,136 kB
  • sloc: python: 10,351; makefile: 138; sh: 70; ansic: 69
file content (11 lines) | stat: -rw-r--r-- 359 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh -e

# used upstream to flag some tests as flaky in CI
export TRAVIS=1

# copy the tests out of the source tree to use the installed lib
cp -r tests $AUTOPKGTEST_TMP
cd $AUTOPKGTEST_TMP

# see d/rules for comments on why these tests are skipped
python3 -m pytest -k 'not (pxssh or replwrap or test_before_across_chunks or test_spawn_uses_env)' tests