Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
Fix temporary pypy gate issue with setuptools
Browse files Browse the repository at this point in the history
Adding a fix proposed in https://bugs.launchpad.net/openstack-ci/+bug/1290562
to avoid continuous gate failures because of setuptools issue reported in the
bug linked above.

Temporary Fixes-bug: #1290562

Change-Id: Id7ff477c4168f42bee2c3c9a8fc70ff7953bf10a
  • Loading branch information
Ildiko Vancsa committed Mar 18, 2014
1 parent 3e8045c commit 0972c76
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tox.ini
Expand Up @@ -15,6 +15,11 @@ commands =
[tox:jenkins]
downloadcache = ~/cache/pip

[testenv:pypy]
deps = setuptools<3.2
-r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt

[testenv:pep8]
commands = flake8

Expand Down

0 comments on commit 0972c76

Please sign in to comment.