Skip to content

Commit

Permalink
add fix for bad testpypi distribution of libyaml
Browse files Browse the repository at this point in the history
  • Loading branch information
svanoort committed Mar 5, 2016
1 parent cb831dd commit 6278dd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jenkins/lib-jenkins-installtests.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ void do_pypi_tests(String pyresttestBranch='master', String pypiServer='https://

def testPy26_pypi = [basePy26, [installYumPybase, pyr_install_pypi, testBasic1, testBasic2, testApiDirect, testApiUtil]]
def testPy27_pypi = [basePy27, [installAptPybase, pyr_install_pypi, testBasic1, testBasic2, testApiDirect, testApiUtil]]
def testPy34_pypi = [basePy34, [installAptPybasePy3, pyr_install_pypi, testBasic1, testBasic2, testApiDirect, testApiUtil]]
def testPy34_pypi = [basePy34, [installAptPybasePy3, 'pip install pyyaml', pyr_install_pypi, testBasic1, testBasic2, testApiDirect, testApiUtil]]

docker.image('sudo-python3:3.4.3-wheezy').inside() {
sh 'sudo rm -rf pyresttest-pypi'
Expand Down

0 comments on commit 6278dd7

Please sign in to comment.