mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
python.pkgs.pip-tools: fix build
This commit is contained in:
parent
303787e6f8
commit
5b49e13f02
1 changed files with 2 additions and 6 deletions
|
@ -28,16 +28,12 @@ buildPythonPackage rec {
|
||||||
"test_editable_package"
|
"test_editable_package"
|
||||||
"test_input_file_without_extension"
|
"test_input_file_without_extension"
|
||||||
"test_locally_available_editable_package_is_not_archived_in_cache_dir"
|
"test_locally_available_editable_package_is_not_archived_in_cache_dir"
|
||||||
|
"test_no_candidates"
|
||||||
|
"test_no_candidates_pre"
|
||||||
];
|
];
|
||||||
|
|
||||||
checkPhase = ''
|
checkPhase = ''
|
||||||
export HOME=$(mktemp -d) VIRTUAL_ENV=1
|
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}"
|
py.test -k "${disabledTests}"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue