File: testsuite3

package info (click to toggle)
setuptools-scm 3.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 304 kB
  • sloc: python: 1,923; sh: 12; makefile: 9
file content (8 lines) | stat: -rw-r--r-- 462 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
#!/bin/sh

set -e
# setuptools_support and test_pip_download: network access is disabled
# test_pkg_info_noscmroot and test_use_scm_version_callable: upstream issue #209                                                                             
TESTS_TO_EXCLUDE="not setuptools_support and not test_pip_download"
TESTS_TO_EXCLUDE="$TESTS_TO_EXCLUDE and not test_pkginfo_noscmroot and not test_use_scm_version_callable"
python3 -m pytest -k "$TESTS_TO_EXCLUDE"