pythonPackages.pyfakeds: remove stale substituteInPlace

This commit is contained in:
Sandro Jäckel 2021-02-16 23:12:34 +01:00
parent 21c761ba17
commit b03693c12e
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -23,8 +23,6 @@ buildPythonPackage rec {
substituteInPlace pyfakefs/tests/fake_os_test.py \
--replace "test_path_links_not_resolved" "notest_path_links_not_resolved" \
--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 ''
# this test fails on darwin due to case-insensitive file system
substituteInPlace pyfakefs/tests/fake_os_test.py \