mirror of
https://github.com/rpm-software-management/tito.git
synced 2025-02-23 12:12:47 +00:00
Restore F20 Python 3 docker tests.
This commit is contained in:
parent
d1b1e9611b
commit
e8e7f63662
3 changed files with 7 additions and 2 deletions
|
@ -67,9 +67,9 @@ titotest-fedora-20
|
|||
titotest-centos-6
|
||||
'
|
||||
|
||||
#titotest-fedora-20
|
||||
#titotest-fedora-rawhide
|
||||
python3_distros='
|
||||
titotest-fedora-20
|
||||
'
|
||||
|
||||
rm -f /tmp/titotest*.out &> /dev/null
|
||||
|
|
|
@ -19,6 +19,11 @@ RUN yum -y install \
|
|||
python-nose \
|
||||
python-pep8
|
||||
|
||||
RUN yum -y install \
|
||||
python3-mock \
|
||||
python3-nose \
|
||||
python3-pep8
|
||||
|
||||
RUN yum-builddep -y /tmp/tito.spec
|
||||
RUN yum clean all
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ from tito.builder import *
|
|||
from tito.release import Releaser
|
||||
from tito.compat import getoutput
|
||||
from functional.fixture import TitoGitTestFixture, tito
|
||||
from ConfigParser import RawConfigParser
|
||||
from tito.compat import RawConfigParser
|
||||
|
||||
PKG_NAME = "titotestpkg"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue