Test-Command: set -efu
 ; cp -a NIST_STRD/ "$AUTOPKGTEST_TMP"
 ; cp -a tests/ "$AUTOPKGTEST_TMP"
 ; cp -a examples/ "$AUTOPKGTEST_TMP"
 ; for py in $(py3versions -s 2>/dev/null)
 ; do cd "$AUTOPKGTEST_TMP"
 ; echo "Testing with $py:"
 ; $py -m pytest tests -k "not test_manypeaks_speed"
 ; done
Architecture: !armel !armhf !i386
Depends:
 python3-all,
 python3-lmfit,
 python3-matplotlib,
 python3-pandas,
 python3-pytest,
 python3-scipy,
 python3-tk,
