devpi-client: fix test error due to devpi-server upgrade

This commit is contained in:
Antoine Eiche 2018-02-15 22:04:32 +01:00
parent ad81ceec86
commit 2788b226bc

View File

@ -29,8 +29,9 @@ pythonPackages.buildPythonApplication rec {
# setuptools do not get propagated into the tox call (cannot import setuptools)
rm testing/test_test.py
# test tries to connect to upstream pypi
py.test -k 'not test_pypi_index_attributes' testing
# test_pypi_index_attributes tries to connect to upstream pypi
# test_download_release_error is fixed in the next release
py.test -k 'not test_pypi_index_attributes and not test_download_release_error' testing
'';
LC_ALL = "en_US.UTF-8";