Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
python-stack-data
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Debian Python Team
packages
python-stack-data
Commits
244b1b9b
Verified
Commit
244b1b9b
authored
2 years ago
by
Jochen Sprickerhof
Browse files
Options
Downloads
Patches
Plain Diff
Switch to autopkgtest-pkg-pybuild
parent
75f61374
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
debian/control
+1
-1
1 addition, 1 deletion
debian/control
debian/tests/control
+0
-3
0 additions, 3 deletions
debian/tests/control
debian/tests/pytest
+0
-8
0 additions, 8 deletions
debian/tests/pytest
with
1 addition
and
12 deletions
debian/control
+
1
−
1
View file @
244b1b9b
...
@@ -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-py
thon
Testsuite: autopkgtest-pkg-py
build
Package: python3-stack-data
Package: python3-stack-data
Architecture: all
Architecture: all
...
...
This diff is collapsed.
Click to expand it.
debian/tests/control
deleted
100644 → 0
+
0
−
3
View file @
75f61374
Tests: pytest
Depends: @, python3-all, python3-pytest, python3-pygments, cython3, python3-all-dev, build-essential
Restrictions: allow-stderr
This diff is collapsed.
Click to expand it.
debian/tests/pytest
deleted
100644 → 0
+
0
−
8
View file @
75f61374
#!/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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment