pythonPackages.pyfakeds: remove stale substituteInPlace
This commit is contained in:
parent
21c761ba17
commit
b03693c12e
@ -23,8 +23,6 @@ buildPythonPackage rec {
|
|||||||
substituteInPlace pyfakefs/tests/fake_os_test.py \
|
substituteInPlace pyfakefs/tests/fake_os_test.py \
|
||||||
--replace "test_path_links_not_resolved" "notest_path_links_not_resolved" \
|
--replace "test_path_links_not_resolved" "notest_path_links_not_resolved" \
|
||||||
--replace "test_append_mode_tell_linux_windows" "notest_append_mode_tell_linux_windows"
|
--replace "test_append_mode_tell_linux_windows" "notest_append_mode_tell_linux_windows"
|
||||||
substituteInPlace pyfakefs/tests/fake_filesystem_unittest_test.py \
|
|
||||||
--replace "test_copy_real_file" "notest_copy_real_file"
|
|
||||||
'' + (lib.optionalString stdenv.isDarwin ''
|
'' + (lib.optionalString stdenv.isDarwin ''
|
||||||
# this test fails on darwin due to case-insensitive file system
|
# this test fails on darwin due to case-insensitive file system
|
||||||
substituteInPlace pyfakefs/tests/fake_os_test.py \
|
substituteInPlace pyfakefs/tests/fake_os_test.py \
|
||||||
|
Loading…
Reference in New Issue
Block a user