devpi-client: fix test error due to devpi-server upgrade
This commit is contained in:
parent
ad81ceec86
commit
2788b226bc
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user