+ pyVer=$(python --version 2>&1 | sed -r 's|^Python (.*)\..*$|\1|')
+ PYTHONPATH=$installdir/usr/lib/python${pyVer}/site-packages py.test -v -k 'not (test_pip_download or test_old_setuptools_fails or test_old_setuptools_allows_with_warnings or test_distlib_setuptools_works)'
+ popd
+ pushd $PKG_BUILD_DIR/py3build
+ pyVer=$(python3 --version 2>&1 | sed -r 's|^Python (.*)\..*$|\1|')
+ PYTHONPATH=$installdir/usr/lib/python${pyVer}/site-packages py.test3 -v -k 'not (test_pip_download or test_old_setuptools_fails or test_old_setuptools_allows_with_warnings or test_distlib_setuptools_works)'