Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
Remove Python 2 from debian/tests
· 319d5491
Antonio Valentino
authored
Jul 24, 2019
319d5491
Set distribution to unstable
· e9c1bc71
Antonio Valentino
authored
Jul 24, 2019
e9c1bc71
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
e9c1bc71
pyorbital (1.5.0-4) unstable; urgency=medium
* Remove python2 from debian/tests
-- Antonio Valentino <antonio.valentino@tiscali.it> Wed, 24 Jul 2019 05:27:41 +0000
pyorbital (1.5.0-3) unstable; urgency=medium
[ Antonio Valentino ]
...
...
debian/tests/control
View file @
e9c1bc71
Tests: python2
Depends: python-pyorbital, python-all
Tests: python3
Depends: python3-pyorbital, python3-all
debian/tests/python2
deleted
100755 → 0
View file @
e939fd3a
#!/bin/sh
set
-efu
PYS
=
${
PYS
:-
"
$(
pyversions
-r
2>/dev/null
)
"
}
TESTPKG
=
${
TESTPKG
:-
pyorbital
}
cd
"
$ADTTMP
"
for
py
in
$PYS
;
do
echo
"===
$py
==="
$py
-m
unittest
-v
pyorbital.tests.suite 2>&1
done