File: python3-m2crypto

package info (click to toggle)
m2crypto 0.46.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,952 kB
  • sloc: python: 22,921; makefile: 213; ansic: 94; sh: 17
file content (6 lines) | stat: -rwxr-xr-x 209 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
#!/bin/sh
set -e
export OPENSSL_CONF=`pwd`/debian/openssl.cnf
cp -a tests "$AUTOPKGTEST_TMP"/
cd "$AUTOPKGTEST_TMP"
for py in $(py3versions -s); do echo "[*] testing $py:"; $py -Wd -m pytest -v -rs 2>&1; done