Skip to content
Snippets Groups Projects
Verified Commit 244b1b9b authored by Jochen Sprickerhof's avatar Jochen Sprickerhof
Browse files

Switch to autopkgtest-pkg-pybuild

parent 75f61374
No related branches found
No related tags found
No related merge requests found
...@@ -22,7 +22,7 @@ Homepage: https://github.com/alexmojaki/stack_data ...@@ -22,7 +22,7 @@ Homepage: https://github.com/alexmojaki/stack_data
Vcs-Git: https://salsa.debian.org/python-team/packages/python-stack-data.git Vcs-Git: https://salsa.debian.org/python-team/packages/python-stack-data.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-stack-data Vcs-Browser: https://salsa.debian.org/python-team/packages/python-stack-data
Rules-Requires-Root: no Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-python Testsuite: autopkgtest-pkg-pybuild
Package: python3-stack-data Package: python3-stack-data
Architecture: all Architecture: all
......
Tests: pytest
Depends: @, python3-all, python3-pytest, python3-pygments, cython3, python3-all-dev, build-essential
Restrictions: allow-stderr
#!/bin/sh -e
export HOME=$AUTOPKGTEST_TMP
cp -r tests $AUTOPKGTEST_TMP
cd $AUTOPKGTEST_TMP
for py in $(py3versions -s); do
$py -m pytest
done
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment