Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
python-pyforge
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-pyforge
Commits
b87838ce
Commit
b87838ce
authored
6 years ago
by
Ondřej Nový
Browse files
Options
Downloads
Patches
Plain Diff
d/tests: Use AUTOPKGTEST_TMP instead of ADTTMP
parent
52b4c2c7
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/changelog
+6
-0
6 additions, 0 deletions
debian/changelog
debian/tests/python-forge
+2
-2
2 additions, 2 deletions
debian/tests/python-forge
debian/tests/python3-forge
+2
-2
2 additions, 2 deletions
debian/tests/python3-forge
with
10 additions
and
4 deletions
debian/changelog
+
6
−
0
View file @
b87838ce
python-pyforge (1.3.0-4) UNRELEASED; urgency=medium
* d/tests: Use AUTOPKGTEST_TMP instead of ADTTMP
-- Ondřej Nový <onovy@debian.org> Mon, 01 Oct 2018 10:19:16 +0200
python-pyforge (1.3.0-3) unstable; urgency=medium
* Add python3-all to dependencies for autopkgtest tests.
...
...
This diff is collapsed.
Click to expand it.
debian/tests/python-forge
+
2
−
2
View file @
b87838ce
#!/bin/sh
set
-e
-u
cp
-a
README.rst tests/
"
$A
DT
TMP
"
cd
"
$A
DT
TMP
/tests/"
cp
-a
README.rst tests/
"
$A
UTOPKGTEST_
TMP
"
cd
"
$A
UTOPKGTEST_
TMP
/tests/"
export
PYTHONWARNINGS
=
d
for
py
in
$(
pyversions
-i
)
;
do
$py
-m
nose
-v
2>&1
...
...
This diff is collapsed.
Click to expand it.
debian/tests/python3-forge
+
2
−
2
View file @
b87838ce
#!/bin/sh
set
-e
-u
cp
-a
README.rst tests/
"
$A
DT
TMP
"
cd
"
$A
DT
TMP
/tests/"
cp
-a
README.rst tests/
"
$A
UTOPKGTEST_
TMP
"
cd
"
$A
UTOPKGTEST_
TMP
/tests/"
export
PYTHONWARNINGS
=
d
for
py
in
$(
py3versions
-i
)
;
do
$py
-m
nose
-v
2>&1
...
...
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