1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00

Merge pull request #1188 from dstufft/parallelize-python32

Work around Python 3.2 import issues
This commit is contained in:
Paul Nasrat 2013-09-05 08:05:39 -07:00
commit 866ca4d475
2 changed files with 3 additions and 5 deletions

View file

@ -89,6 +89,3 @@ def script(tmpdir, virtualenv):
@pytest.fixture
def data(tmpdir):
return TestData.copy(tmpdir.join("data"))
# This is here to work around a bug with pytest, pytest-xdist, and Python 3.2

View file

@ -23,8 +23,9 @@ commands =
sphinx-build -W -b html -d {envtmpdir}/doctrees docs docs/_build/html
[testenv:py32]
commands =
py.test
# python3.2 has an import concurrency problem
setenv =
PYTHONDONTWRITEBYTECODE=1
[testenv:py33]
setenv =