python.pkgs.pip-tools: fix build

This commit is contained in:
Frederik Rietdijk 2018-06-22 12:10:24 +02:00
parent 303787e6f8
commit 5b49e13f02

View File

@ -28,16 +28,12 @@ buildPythonPackage rec {
"test_editable_package"
"test_input_file_without_extension"
"test_locally_available_editable_package_is_not_archived_in_cache_dir"
"test_no_candidates"
"test_no_candidates_pre"
];
checkPhase = ''
export HOME=$(mktemp -d) VIRTUAL_ENV=1
tests_without_network_access="
not test_realistic_complex_sub_dependencies
and not test_editable_package_vcs
and not test_generate_hashes_all_platforms
and not test_generate_hashes_without_interfering_with_each_other
"
py.test -k "${disabledTests}"
'';