pytest-dev / pyfakefs

Provides a fake file system that mocks the Python file system modules.
https://pytest-pyfakefs.readthedocs.io
Apache License 2.0
627 stars 88 forks source link

5.5.0: `pyupgrade --py38-plus` generated patch cause pytest fails #1020

Open kloczek opened 1 month ago

kloczek commented 1 month ago

I'v been trying to update pyfakefs for python>=3.8 and I found that modifications generated by this tool are causing that pytest fails in 6 units.

it would be good to make pyfakefs code ready for pyupgrade and/or adjust whatever is needed in pyupgrade.

kloczek commented 1 month ago
```console + PYTHONPATH=/home/tkloczko/rpmbuild/BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib64/python3.10/site-packages:/home/tkloczko/rpmbuild/BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages + /usr/bin/pytest -ra -m 'not network' --import-mode=importlib ==================================================================================== test session starts ==================================================================================== platform linux -- Python 3.10.14, pytest-8.1.1, pluggy-1.4.0 rootdir: /home/tkloczko/rpmbuild/BUILD/pyfakefs-5.5.0 configfile: pyproject.toml plugins: pyfakefs-5.5.0 collected 2585 items pyfakefs/pytest_tests/hook_test/pytest_hook_test.py .... [ 0%] pyfakefs/pytest_tests/ns_package/test/ns_package/test/test_file.py . [ 0%] pyfakefs/pytest_tests/pytest_check_failed_plugin_test.py s [ 0%] pyfakefs/pytest_tests/pytest_fixture_param_test.py x.. [ 0%] pyfakefs/pytest_tests/pytest_fixture_test.py x... [ 0%] pyfakefs/pytest_tests/pytest_module_fixture_test.py .. [ 0%] pyfakefs/pytest_tests/pytest_plugin_test.py ......... [ 0%] pyfakefs/pytest_tests/pytest_reload_pandas_test.py ss [ 1%] pyfakefs/tests/dynamic_patch_test.py ..... [ 1%] pyfakefs/tests/example_test.py .....F.s [ 1%] pyfakefs/tests/fake_filesystem_glob_test.py ......... [ 1%] pyfakefs/tests/fake_filesystem_shutil_test.py ...................s...sssssssssssssssssssssssss...........sssssssssss [ 4%] pyfakefs/tests/fake_filesystem_test.py .......................................................................................................................s...................... [ 10%] ..................................s................................................................................................. [ 15%] pyfakefs/tests/fake_filesystem_unittest_test.py ............................x................F.........F....x...........................Fs.s..... [ 18%] pyfakefs/tests/fake_filesystem_vs_real_test.py ........................... [ 19%] pyfakefs/tests/fake_legacy_modules_test.py .............s....s....s.s....ss......................s.s........s................................................ssssssssssssssssssssssss [ 25%] sssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 32%] sssssssssssssssssssssssss [ 33%] pyfakefs/tests/fake_open_test.py .......................................................................sssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss...... [ 38%] ...sssssssss..s.ssss..sss............ssssssssssss..........ssssssssss..s..s..ssssssss.....sssss.....sss..ss.....sssss..................ssssssssssssssssssF [ 44%] pyfakefs/tests/fake_os_test.py ...........................................................................s.......................................................................... [ 50%] ...................................................................................................................................................ssssssssssssssssssssssssssssssssss [ 57%] sssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 64%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss......................................................................................sssssssssssss [ 71%] sssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss.................s...................................s......ssssssssssssssssssssssssssssssssssssssssssssssss [ 78%] s...........sssssssssss....................ssssssssssssssssssss...................sssssssssssssss.............sssssssssssssss.............sssssssssssssss.............sssssssssssssss [ 85%] ...................sssssssssssss [ 87%] pyfakefs/tests/fake_pathlib_test.py ....s.ssssssssssssss..s......sssssssss.....s.s........s....sssssssssssssssssssss...s.s....ss.................sssssssssssssssssssssssssssss....... [ 92%] .....................................ssssssssssssssssssssssssssssssssssssssssssss.....s..F [ 96%] pyfakefs/tests/fake_stat_time_test.py .......sssssss........ssssssss.......sssssss........ssssssss.....sssss......ssssss [ 99%] pyfakefs/tests/fake_tempfile_test.py ........ [ 99%] pyfakefs/tests/mox3_stubout_test.py ......... [ 99%] pyfakefs/tests/patched_packages_test.py .. [100%] ========================================================================================= FAILURES ========================================================================================== _____________________________________________________________________________ TestExample.test_real_file_access _____________________________________________________________________________ self = def test_real_file_access(self): """Test `example.file_contents()` for a real file after adding it using `add_real_file()`.""" with self.assertRaises(OSError): example.file_contents(self.filepath) self.fs.add_real_file(self.filepath) > self.assertEqual(example.file_contents(self.filepath), self.real_contents) E AssertionError: b'' != b'# Copyright 2014 Altera Corporation. All [7050 chars]()\n' pyfakefs/tests/example_test.py:169: AssertionError ________________________________________________________________________ AdditionalSkipNamesTest.test_open_succeeds _________________________________________________________________________ self = def test_open_succeeds(self): > pyfakefs.tests.import_as_example.open_this_file() pyfakefs/tests/fake_filesystem_unittest_test.py:404: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/import_as_example.py:115: in open_this_file with open(__file__, encoding="utf8"): ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/fake_io.py:92: in open return fake_open( ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/fake_open.py:103: in fake_open return open( # pytype: disable=wrong-arg-count ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/fake_io.py:92: in open return fake_open( ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/fake_open.py:114: in fake_open return fake_file_open( ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/fake_open.py:145: in __call__ return self.call(*args, **kwargs) ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/fake_open.py:250: in call file_object = self._init_file_object( ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/fake_open.py:346: in _init_file_object self.filesystem.raise_os_error(errno.ENOENT, file_path) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = , err_no = 2 filename = '/home/tkloczko/rpmbuild/BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/import_as_example.py', winerror = None def raise_os_error( self, err_no: int, filename: Optional[AnyString] = None, winerror: Optional[int] = None, ) -> NoReturn: """Raises OSError. The error message is constructed from the given error code and shall start with the error string issued in the real system. Note: this is not true under Windows if winerror is given - in this case a localized message specific to winerror will be shown in the real file system. Args: err_no: A numeric error code from the C variable errno. filename: The name of the affected file, if any. winerror: Windows only - the specific Windows error code. """ message = os.strerror(err_no) + " in the fake filesystem" if winerror is not None and sys.platform == "win32" and self.is_windows_fs: raise OSError(err_no, message, filename, winerror) > raise OSError(err_no, message, filename) E FileNotFoundError: [Errno 2] No such file or directory in the fake filesystem: '/home/tkloczko/rpmbuild/BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/import_as_example.py' ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/fake_filesystem.py:430: FileNotFoundError _____________________________________________________________________ AdditionalSkipNamesModuleTest.test_open_succeeds ______________________________________________________________________ self = def test_open_succeeds(self): > pyfakefs.tests.import_as_example.open_this_file() pyfakefs/tests/fake_filesystem_unittest_test.py:449: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/import_as_example.py:115: in open_this_file with open(__file__, encoding="utf8"): ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/fake_io.py:92: in open return fake_open( ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/fake_open.py:103: in fake_open return open( # pytype: disable=wrong-arg-count ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/fake_io.py:92: in open return fake_open( ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/fake_open.py:114: in fake_open return fake_file_open( ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/fake_open.py:145: in __call__ return self.call(*args, **kwargs) ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/fake_open.py:250: in call file_object = self._init_file_object( ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/fake_open.py:346: in _init_file_object self.filesystem.raise_os_error(errno.ENOENT, file_path) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = , err_no = 2 filename = '/home/tkloczko/rpmbuild/BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/import_as_example.py', winerror = None def raise_os_error( self, err_no: int, filename: Optional[AnyString] = None, winerror: Optional[int] = None, ) -> NoReturn: """Raises OSError. The error message is constructed from the given error code and shall start with the error string issued in the real system. Note: this is not true under Windows if winerror is given - in this case a localized message specific to winerror will be shown in the real file system. Args: err_no: A numeric error code from the C variable errno. filename: The name of the affected file, if any. winerror: Windows only - the specific Windows error code. """ message = os.strerror(err_no) + " in the fake filesystem" if winerror is not None and sys.platform == "win32" and self.is_windows_fs: raise OSError(err_no, message, filename, winerror) > raise OSError(err_no, message, filename) E FileNotFoundError: [Errno 2] No such file or directory in the fake filesystem: '/home/tkloczko/rpmbuild/BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/import_as_example.py' ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/fake_filesystem.py:430: FileNotFoundError ___________________________________________________________________________ TestOtherFS.test_real_file_with_home ____________________________________________________________________________ self = @mock.patch.dict(os.environ, {"HOME": "/home/john"}) def test_real_file_with_home(self): """Regression test for #558""" self.fs.is_windows_fs = os.name != "nt" if self.fs.is_windows_fs: self.fs.is_macos = False self.fs.add_real_file(__file__) with open(__file__, encoding="utf8") as f: > self.assertTrue(f.read()) E AssertionError: '' is not true pyfakefs/tests/fake_filesystem_unittest_test.py:828: AssertionError _________________________________________________________________________ SkipOpenTest.test_open_in_skipped_module __________________________________________________________________________ self = def test_open_in_skipped_module(self): with Patcher(additional_skip_names=["skip_open"]): > contents = read_open("skip_open.py") pyfakefs/tests/fake_open_test.py:2111: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/skip_open.py:25: in read_open with open(os.path.join(os.path.dirname(__file__), file_name)) as f: ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/fake_io.py:92: in open return fake_open( ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/fake_open.py:103: in fake_open return open( # pytype: disable=wrong-arg-count ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/fake_io.py:92: in open return fake_open( ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/fake_open.py:114: in fake_open return fake_file_open( ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/fake_open.py:145: in __call__ return self.call(*args, **kwargs) ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/fake_open.py:250: in call file_object = self._init_file_object( ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/fake_open.py:346: in _init_file_object self.filesystem.raise_os_error(errno.ENOENT, file_path) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = , err_no = 2 filename = '/home/tkloczko/rpmbuild/BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/skip_open.py', winerror = None def raise_os_error( self, err_no: int, filename: Optional[AnyString] = None, winerror: Optional[int] = None, ) -> NoReturn: """Raises OSError. The error message is constructed from the given error code and shall start with the error string issued in the real system. Note: this is not true under Windows if winerror is given - in this case a localized message specific to winerror will be shown in the real file system. Args: err_no: A numeric error code from the C variable errno. filename: The name of the affected file, if any. winerror: Windows only - the specific Windows error code. """ message = os.strerror(err_no) + " in the fake filesystem" if winerror is not None and sys.platform == "win32" and self.is_windows_fs: raise OSError(err_no, message, filename, winerror) > raise OSError(err_no, message, filename) E FileNotFoundError: [Errno 2] No such file or directory in the fake filesystem: '/home/tkloczko/rpmbuild/BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/skip_open.py' ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/fake_filesystem.py:430: FileNotFoundError _____________________________________________________________________ SkipOpenTest.test_open_pathlib_in_skipped_module ______________________________________________________________________ self = def test_open_pathlib_in_skipped_module(self): # regression test for #1012 with Patcher(additional_skip_names=["skip_open"]): > contents = read_pathlib("skip_open.py") ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:1321: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/skip_open.py:21: in read_pathlib return (Path(__file__).parent / file_name).open("r").read() ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/fake_pathlib.py:628: in open return fake_open( ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/fake_open.py:103: in fake_open return open( # pytype: disable=wrong-arg-count ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/fake_io.py:92: in open return fake_open( ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/fake_open.py:114: in fake_open return fake_file_open( ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/fake_open.py:145: in __call__ return self.call(*args, **kwargs) ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/fake_open.py:250: in call file_object = self._init_file_object( ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/fake_open.py:346: in _init_file_object self.filesystem.raise_os_error(errno.ENOENT, file_path) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = , err_no = 2 filename = '/home/tkloczko/rpmbuild/BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/skip_open.py', winerror = None def raise_os_error( self, err_no: int, filename: Optional[AnyString] = None, winerror: Optional[int] = None, ) -> NoReturn: """Raises OSError. The error message is constructed from the given error code and shall start with the error string issued in the real system. Note: this is not true under Windows if winerror is given - in this case a localized message specific to winerror will be shown in the real file system. Args: err_no: A numeric error code from the C variable errno. filename: The name of the affected file, if any. winerror: Windows only - the specific Windows error code. """ message = os.strerror(err_no) + " in the fake filesystem" if winerror is not None and sys.platform == "win32" and self.is_windows_fs: raise OSError(err_no, message, filename, winerror) > raise OSError(err_no, message, filename) E FileNotFoundError: [Errno 2] No such file or directory in the fake filesystem: '/home/tkloczko/rpmbuild/BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/skip_open.py' ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/fake_filesystem.py:430: FileNotFoundError ========================================================================================= XFAILURES ========================================================================================= _________________________________________________________________________________ test_example_file_failing _________________________________________________________________________________ fs = @pytest.mark.xfail def test_example_file_failing(fs): """Test fails because EXAMPLE_FILE is cached in the module and not patched.""" fs.create_file(example.EXAMPLE_FILE, contents="stuff here") > check_that_example_file_is_in_fake_fs() /home/tkloczko/rpmbuild/BUILD/pyfakefs-5.5.0/pyfakefs/pytest_tests/pytest_fixture_param_test.py:26: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/tkloczko/rpmbuild/BUILD/pyfakefs-5.5.0/pyfakefs/pytest_tests/pytest_fixture_param_test.py:40: in check_that_example_file_is_in_fake_fs with example.EXAMPLE_FILE.open() as file: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = PosixPath('/test/file'), mode = 'r', buffering = -1, encoding = 'locale', errors = None, newline = None > ??? E FileNotFoundError: [Errno 2] No such file or directory: '/test/file' /usr/lib64/python3.10/pathlib.py:1119: FileNotFoundError _________________________________________________________________________________ test_example_file_failing _________________________________________________________________________________ fs = @pytest.mark.xfail def test_example_file_failing(fs): """Test fails because EXAMPLE_FILE is cached in the module and not patched.""" fs.create_file(example.EXAMPLE_FILE, contents="stuff here") > check_that_example_file_is_in_fake_fs() /home/tkloczko/rpmbuild/BUILD/pyfakefs-5.5.0/pyfakefs/pytest_tests/pytest_fixture_test.py:27: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/tkloczko/rpmbuild/BUILD/pyfakefs-5.5.0/pyfakefs/pytest_tests/pytest_fixture_test.py:53: in check_that_example_file_is_in_fake_fs with example.EXAMPLE_FILE.open() as file: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = PosixPath('/test/file'), mode = 'r', buffering = -1, encoding = 'locale', errors = None, newline = None > ??? E FileNotFoundError: [Errno 2] No such file or directory: '/test/file' /usr/lib64/python3.10/pathlib.py:1119: FileNotFoundError ____________________________________________________________________________ FailedPatchingTest.test_system_stat ____________________________________________________________________________ self = , testcase = rawexcinfo = (, FileNotFoundError(2, 'No such file or directory'), ), reason = '' def addExpectedFailure( self, testcase: "unittest.TestCase", rawexcinfo: "_SysExcInfoType", reason: str = "", ) -> None: try: > xfail(str(reason)) E _pytest.outcomes.XFailed /usr/lib/python3.10/site-packages/_pytest/unittest.py:265: XFailed __________________________________________________________________ PatchModuleTestUsingDecorator.test_system_stat_failing ___________________________________________________________________ self = , testcase = rawexcinfo = (, FileNotFoundError(2, 'No such file or directory'), ), reason = '' def addExpectedFailure( self, testcase: "unittest.TestCase", rawexcinfo: "_SysExcInfoType", reason: str = "", ) -> None: try: > xfail(str(reason)) E _pytest.outcomes.XFailed /usr/lib/python3.10/site-packages/_pytest/unittest.py:265: XFailed ===================================================================================== warnings summary ====================================================================================== pyfakefs/tests/fake_legacy_modules_test.py::FakePathlibPathFileOperationTest::test_link_to pyfakefs/tests/fake_pathlib_test.py::FakePathlibPathFileOperationTest::test_link_to /home/tkloczko/rpmbuild/BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:720: DeprecationWarning: pathlib.Path.link_to() is deprecated and is scheduled for removal in Python 3.12. Use pathlib.Path.hardlink_to() instead. path.link_to(link_name) -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html ================================================================================== short test summary info ================================================================================== SKIPPED [1] pyfakefs/pytest_tests/pytest_check_failed_plugin_test.py:11: Only run in CI tests SKIPPED [1] pyfakefs/pytest_tests/pytest_reload_pandas_test.py:16: parquet not installed SKIPPED [1] pyfakefs/pytest_tests/pytest_reload_pandas_test.py:23: parquet not installed SKIPPED [1] pyfakefs/tests/example_test.py:146: Testing only if scandir module is installed SKIPPED [2] pyfakefs/tests/fake_filesystem_shutil_test.py:145: Windows specific behavior SKIPPED [2] pyfakefs/tests/fake_filesystem_shutil_test.py:104: Windows specific behavior SKIPPED [1] pyfakefs/tests/fake_filesystem_shutil_test.py:65: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_filesystem_shutil_test.py:204: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_filesystem_shutil_test.py:256: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_filesystem_shutil_test.py:271: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_filesystem_shutil_test.py:215: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_filesystem_shutil_test.py:229: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_filesystem_shutil_test.py:244: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_filesystem_shutil_test.py:289: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_filesystem_shutil_test.py:302: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_filesystem_shutil_test.py:373: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_filesystem_shutil_test.py:390: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_filesystem_shutil_test.py:359: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_filesystem_shutil_test.py:311: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_filesystem_shutil_test.py:347: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_filesystem_shutil_test.py:329: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_filesystem_shutil_test.py:81: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_filesystem_shutil_test.py:195: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_filesystem_shutil_test.py:157: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_filesystem_shutil_test.py:166: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_filesystem_shutil_test.py:134: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_filesystem_shutil_test.py:93: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_filesystem_shutil_test.py:117: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_filesystem_shutil_test.py:416: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_filesystem_shutil_test.py:545: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_filesystem_shutil_test.py:482: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_filesystem_shutil_test.py:460: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_filesystem_shutil_test.py:534: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_filesystem_shutil_test.py:436: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_filesystem_shutil_test.py:427: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_filesystem_shutil_test.py:502: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_filesystem_shutil_test.py:526: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_filesystem_shutil_test.py:509: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_filesystem_shutil_test.py:447: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_filesystem_test.py:1067: Windows specific test SKIPPED [1] pyfakefs/tests/fake_filesystem_test.py:1415: Regression test for Windows problem only SKIPPED [1] pyfakefs/tests/fake_filesystem_unittest_test.py:894: Windows-specific test SKIPPED [1] pyfakefs/tests/fake_filesystem_unittest_test.py:904: Windows-specific behavior SKIPPED [9] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:5456: Windows specific behavior SKIPPED [3] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:139: Windows specific behavior SKIPPED [3] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:810: Windows specific test SKIPPED [3] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:584: is_junction method new in Python 3.12 SKIPPED [3] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:770: Windows specific behavior SKIPPED [3] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:764: Windows specific behavior SKIPPED [3] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:520: Windows specific test SKIPPED [3] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:535: Windows specific test SKIPPED [3] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:380: Windows specific behavior SKIPPED [1] pyfakefs/tests/fake_legacy_modules_test.py:37: The pathlib2 package is not installed SKIPPED [1] pyfakefs/tests/fake_legacy_modules_test.py:31: The scandir package is not installed SKIPPED [2] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:5460: The scandir package is not installed SKIPPED [2] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:5364: The scandir package is not installed SKIPPED [2] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:5343: The scandir package is not installed SKIPPED [2] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:5330: The scandir package is not installed SKIPPED [2] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:5317: The scandir package is not installed SKIPPED [2] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:5496: The scandir package is not installed SKIPPED [2] pyfakefs/tests/fake_legacy_modules_test.py:56: The scandir package is not installed SKIPPED [2] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:5352: The scandir package is not installed SKIPPED [2] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:5303: The scandir package is not installed SKIPPED [2] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:5394: The scandir package is not installed SKIPPED [2] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:5408: The scandir package is not installed SKIPPED [2] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:5477: The scandir package is not installed SKIPPED [2] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:5452: The scandir package is not installed SKIPPED [2] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:5456: The scandir package is not installed SKIPPED [2] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:107: The pathlib2 package is not installed SKIPPED [2] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:93: The pathlib2 package is not installed SKIPPED [2] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:70: The pathlib2 package is not installed SKIPPED [2] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:133: The pathlib2 package is not installed SKIPPED [2] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:139: The pathlib2 package is not installed SKIPPED [2] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:116: The pathlib2 package is not installed SKIPPED [2] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:385: The pathlib2 package is not installed SKIPPED [2] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:408: The pathlib2 package is not installed SKIPPED [2] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:512: The pathlib2 package is not installed SKIPPED [2] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:316: The pathlib2 package is not installed SKIPPED [2] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:530: The pathlib2 package is not installed SKIPPED [2] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:520: The pathlib2 package is not installed SKIPPED [2] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:545: The pathlib2 package is not installed SKIPPED [2] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:535: The pathlib2 package is not installed SKIPPED [2] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:326: The pathlib2 package is not installed SKIPPED [2] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:335: The pathlib2 package is not installed SKIPPED [2] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:344: The pathlib2 package is not installed SKIPPED [2] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:463: The pathlib2 package is not installed SKIPPED [2] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:490: The pathlib2 package is not installed SKIPPED [2] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:450: The pathlib2 package is not installed SKIPPED [2] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:395: The pathlib2 package is not installed SKIPPED [2] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:376: The pathlib2 package is not installed SKIPPED [2] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:380: The pathlib2 package is not installed SKIPPED [2] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:425: The pathlib2 package is not installed SKIPPED [2] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:508: The pathlib2 package is not installed SKIPPED [2] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:353: The pathlib2 package is not installed SKIPPED [2] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:439: The pathlib2 package is not installed SKIPPED [2] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:559: The pathlib2 package is not installed SKIPPED [2] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:796: The pathlib2 package is not installed SKIPPED [2] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:826: The pathlib2 package is not installed SKIPPED [2] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:810: The pathlib2 package is not installed SKIPPED [2] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:725: The pathlib2 package is not installed SKIPPED [2] pyfakefs/tests/fake_legacy_modules_test.py:97: The pathlib2 package is not installed SKIPPED [2] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:787: The pathlib2 package is not installed SKIPPED [2] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:711: The pathlib2 package is not installed SKIPPED [2] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:747: The pathlib2 package is not installed SKIPPED [2] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:754: The pathlib2 package is not installed SKIPPED [2] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:770: The pathlib2 package is not installed SKIPPED [2] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:764: The pathlib2 package is not installed SKIPPED [2] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:572: The pathlib2 package is not installed SKIPPED [2] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:626: The pathlib2 package is not installed SKIPPED [2] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:579: The pathlib2 package is not installed SKIPPED [2] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:593: The pathlib2 package is not installed SKIPPED [2] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:738: The pathlib2 package is not installed SKIPPED [2] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:639: The pathlib2 package is not installed SKIPPED [2] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:647: The pathlib2 package is not installed SKIPPED [2] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:776: The pathlib2 package is not installed SKIPPED [2] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:679: The pathlib2 package is not installed SKIPPED [2] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:701: The pathlib2 package is not installed SKIPPED [2] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:671: The pathlib2 package is not installed SKIPPED [2] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:663: The pathlib2 package is not installed SKIPPED [2] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:656: The pathlib2 package is not installed SKIPPED [2] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:632: The pathlib2 package is not installed SKIPPED [2] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:600: The pathlib2 package is not installed SKIPPED [2] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:607: The pathlib2 package is not installed SKIPPED [2] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:614: The pathlib2 package is not installed SKIPPED [2] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:900: The pathlib2 package is not installed SKIPPED [2] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:995: The pathlib2 package is not installed SKIPPED [2] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:1163: The pathlib2 package is not installed SKIPPED [2] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:1003: The pathlib2 package is not installed SKIPPED [2] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:1010: The pathlib2 package is not installed SKIPPED [2] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:906: The pathlib2 package is not installed SKIPPED [2] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:918: The pathlib2 package is not installed SKIPPED [2] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:943: The pathlib2 package is not installed SKIPPED [2] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:934: The pathlib2 package is not installed SKIPPED [2] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:925: The pathlib2 package is not installed SKIPPED [2] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:952: The pathlib2 package is not installed SKIPPED [2] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:959: The pathlib2 package is not installed SKIPPED [2] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:984: The pathlib2 package is not installed SKIPPED [2] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:963: The pathlib2 package is not installed SKIPPED [2] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:970: The pathlib2 package is not installed SKIPPED [2] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:977: The pathlib2 package is not installed SKIPPED [2] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:989: The pathlib2 package is not installed SKIPPED [2] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:852: The pathlib2 package is not installed SKIPPED [2] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:912: The pathlib2 package is not installed SKIPPED [2] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:1017: The pathlib2 package is not installed SKIPPED [2] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:1031: The pathlib2 package is not installed SKIPPED [2] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:1042: The pathlib2 package is not installed SKIPPED [2] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:1037: The pathlib2 package is not installed SKIPPED [2] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:860: The pathlib2 package is not installed SKIPPED [2] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:866: The pathlib2 package is not installed SKIPPED [2] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:1156: The pathlib2 package is not installed SKIPPED [2] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:1188: The pathlib2 package is not installed SKIPPED [2] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:1047: The pathlib2 package is not installed SKIPPED [2] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:1059: The pathlib2 package is not installed SKIPPED [2] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:872: The pathlib2 package is not installed SKIPPED [2] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:878: The pathlib2 package is not installed SKIPPED [2] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:1071: The pathlib2 package is not installed SKIPPED [2] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:1077: The pathlib2 package is not installed SKIPPED [2] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:1086: The pathlib2 package is not installed SKIPPED [2] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:1095: The pathlib2 package is not installed SKIPPED [2] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:1101: The pathlib2 package is not installed SKIPPED [2] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:889: The pathlib2 package is not installed SKIPPED [2] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:893: The pathlib2 package is not installed SKIPPED [2] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:1119: The pathlib2 package is not installed SKIPPED [2] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:1124: The pathlib2 package is not installed SKIPPED [2] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:1108: The pathlib2 package is not installed SKIPPED [2] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:1149: The pathlib2 package is not installed SKIPPED [2] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:1141: The pathlib2 package is not installed SKIPPED [2] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:1197: The pathlib2 package is not installed SKIPPED [1] pyfakefs/tests/fake_open_test.py:764: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_open_test.py:787: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_open_test.py:284: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_open_test.py:370: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_open_test.py:366: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_open_test.py:374: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_open_test.py:105: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_open_test.py:916: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_open_test.py:707: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_open_test.py:875: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_open_test.py:886: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_open_test.py:896: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_open_test.py:77: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_open_test.py:227: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_open_test.py:211: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_open_test.py:61: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_open_test.py:260: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_open_test.py:250: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_open_test.py:243: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_open_test.py:537: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_open_test.py:552: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_open_test.py:505: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_open_test.py:478: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_open_test.py:491: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_open_test.py:733: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_open_test.py:590: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_open_test.py:620: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_open_test.py:178: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_open_test.py:189: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_open_test.py:71: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_open_test.py:199: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_open_test.py:460: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_open_test.py:444: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_open_test.py:430: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_open_test.py:418: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_open_test.py:644: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_open_test.py:56: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_open_test.py:676: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_open_test.py:683: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_open_test.py:528: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_open_test.py:141: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_open_test.py:129: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_open_test.py:165: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_open_test.py:323: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_open_test.py:695: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_open_test.py:699: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_open_test.py:703: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_open_test.py:298: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_open_test.py:311: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_open_test.py:270: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_open_test.py:389: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_open_test.py:819: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_open_test.py:828: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_open_test.py:394: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_open_test.py:564: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_open_test.py:837: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_open_test.py:871: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_open_test.py:867: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_open_test.py:745: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_open_test.py:810: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_open_test.py:801: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_open_test.py:755: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_open_test.py:846: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_open_test.py:714: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_open_test.py:907: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_open_test.py:88: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_open_test.py:923: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_open_test.py:723: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_open_test.py:937: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_open_test.py:930: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_open_test.py:116: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_open_test.py:968: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_open_test.py:1004: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_open_test.py:1014: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_open_test.py:1037: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_open_test.py:1023: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_open_test.py:960: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_open_test.py:976: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_open_test.py:985: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_open_test.py:995: Only tests fake FS SKIPPED [2] pyfakefs/tests/fake_open_test.py:1076: Different behavior in PyPy SKIPPED [1] pyfakefs/tests/fake_open_test.py:1084: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_open_test.py:1071: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_open_test.py:1092: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_open_test.py:1130: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_open_test.py:1113: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_open_test.py:1118: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_open_test.py:1300: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_open_test.py:1164: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_open_test.py:1153: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_open_test.py:1332: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_open_test.py:1352: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_open_test.py:1140: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_open_test.py:1148: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_open_test.py:1227: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_open_test.py:1251: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_open_test.py:1203: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_open_test.py:1274: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_open_test.py:1173: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_open_test.py:1459: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_open_test.py:1501: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_open_test.py:1446: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_open_test.py:1483: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_open_test.py:1471: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_open_test.py:1419: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_open_test.py:1515: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_open_test.py:1438: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_open_test.py:1391: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_open_test.py:1383: Only tests fake FS SKIPPED [2] pyfakefs/tests/fake_open_test.py:1590: U flag no longer supported SKIPPED [2] pyfakefs/tests/fake_open_test.py:1602: U flag still supported SKIPPED [1] pyfakefs/tests/fake_open_test.py:1632: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_open_test.py:1541: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_open_test.py:1564: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_open_test.py:1577: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_open_test.py:1552: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_open_test.py:1610: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_open_test.py:1661: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_open_test.py:1692: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_open_test.py:1705: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_open_test.py:1670: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_open_test.py:1718: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_open_test.py:1802: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_open_test.py:1819: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_open_test.py:1806: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_open_test.py:1851: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_open_test.py:1843: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_open_test.py:1870: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_open_test.py:1862: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_open_test.py:1866: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_open_test.py:1878: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_open_test.py:1874: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_open_test.py:1970: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_open_test.py:1989: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_open_test.py:2006: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_open_test.py:1897: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_open_test.py:1942: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_open_test.py:1930: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_open_test.py:1915: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_open_test.py:1906: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_open_test.py:2040: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_open_test.py:1893: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_open_test.py:1901: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_open_test.py:2020: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_open_test.py:1951: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_open_test.py:2090: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_open_test.py:2095: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_open_test.py:2084: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_open_test.py:2066: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_open_test.py:2031: Only tests fake FS SKIPPED [2] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:2800: follow_symlinks only not supported in PyPi SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:1983: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:1968: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:1954: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:2031: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:2002: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:1380: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:1385: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:99: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:2398: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:2404: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:762: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:774: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:782: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:2995: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:69: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:80: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:75: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:2049: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:2120: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:2074: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:2088: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:2133: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:2062: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:2209: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:2146: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:2179: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:2194: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:2217: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:2167: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:795: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:804: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:811: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:2244: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:199: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:86: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:1405: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:3010: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:3035: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:3053: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:3023: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:2043: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:171: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:449: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:2223: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:1942: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:1911: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:1904: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:181: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:226: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:272: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:1917: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:1928: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:1908: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:1900: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:2981: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:114: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:527: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:531: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:1210: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:681: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:668: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:674: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:2532: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:508: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:514: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:501: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:654: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:661: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:2105: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:2536: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:640: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:647: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:2685: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:2763: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:2692: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:2742: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:2789: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:2729: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:2587: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:2591: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:2756: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:2748: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:2595: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:2603: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:2709: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:123: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:174: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:166: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:156: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:148: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:134: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:2455: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:2460: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:2465: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:389: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:403: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:474: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:483: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:418: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:554: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:437: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:1793: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:2481: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:1861: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:1834: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:1871: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:1844: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:1817: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:1809: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:1813: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:1827: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:1887: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:2842: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:1891: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:2269: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:2277: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:2289: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:2296: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:2301: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:2282: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:1634: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:2470: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:2476: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:1689: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:1656: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:1696: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:1661: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:1713: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:1717: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:1767: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:1668: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:1739: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:1755: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:1721: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:1730: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:1677: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:2830: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:455: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:1648: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:1783: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:2306: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:2313: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:2318: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:2337: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:2323: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:2859: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:2812: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:309: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:2565: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:2569: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:2573: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:2914: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:250: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:240: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:2898: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:627: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:616: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:2884: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:2889: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:590: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:594: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:598: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:2872: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:602: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:194: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:2907: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:714: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:2522: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:2527: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:2658: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:2666: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:2675: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:461: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:465: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:492: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:751: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:747: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:742: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:757: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:731: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:726: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:832: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:821: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:1094: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:2486: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:2491: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:2496: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:861: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:865: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:977: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:981: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:985: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:869: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:873: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:1621: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:1613: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:881: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:889: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:954: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:899: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:907: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:915: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:541: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:545: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:549: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:938: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:946: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:989: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:706: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:710: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:1539: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:1587: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:1579: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:1603: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:2501: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:2508: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:2515: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:1148: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:1085: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:1090: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:1423: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:1019: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:1028: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:1414: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:1419: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:1160: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:1182: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:1186: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:1344: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:1244: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:1101: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:1038: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:2547: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:2540: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:1335: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:1443: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:1465: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:1356: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:1139: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:2435: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:1129: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:1049: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:1061: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:2410: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:2419: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:2426: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:1199: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:1267: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:1276: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:1291: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:1252: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:1190: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:1232: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:1320: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:1006: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:2620: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:2624: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:1110: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:1118: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:1223: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:1305: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:1474: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:2628: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:2638: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:2648: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:1509: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:1513: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:1492: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:1517: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:1523: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:291: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:282: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:347: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:368: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:568: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:338: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:431: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:443: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:327: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:692: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:696: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:316: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:2345: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:2356: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:2363: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:2382: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:1390: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:1397: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:2949: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:2956: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:2959: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:2968: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:2824: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:1001: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:2932: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:2939: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:3517: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:3082: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:3973: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:3962: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:3655: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:3998: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:4023: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:4015: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:4034: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:3134: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:3098: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:3108: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:3089: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:3187: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:3917: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:3951: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:3941: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:3933: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:3937: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:3875: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:3882: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:3909: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:3913: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:3890: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:3854: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:3863: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:3203: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:3236: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:3231: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:3220: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:3215: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:3251: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:3240: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:3444: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:3281: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:3346: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:3350: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:3285: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:3841: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:3289: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:3297: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:3323: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:3307: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:3315: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:3354: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:3505: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:3779: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:3774: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:3783: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:3385: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:3366: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:3375: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:3538: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:3562: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:3566: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:3433: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:3690: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:3398: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:3475: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:3803: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:3494: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:3601: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:3611: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:3484: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:3409: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:3421: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:3529: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:3581: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:3700: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:3715: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:3570: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:3678: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:3747: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:3592: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:3453: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:3464: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:3621: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:3629: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:3667: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:3732: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:3812: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:3830: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:3155: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:3166: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:3643: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:3986: Only tests fake FS SKIPPED [2] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:4655: Testing MacOs only behavior SKIPPED [2] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:4310: O_TEMPORARY only present in Windows SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:4363: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:4371: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:4335: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:4565: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:4571: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:4271: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:4318: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:4327: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:4251: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:4343: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:4353: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:4258: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:4429: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:4421: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:4436: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:4378: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:4412: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:4384: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:4400: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:4464: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:4475: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:4265: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:4291: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:4172: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:4181: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:4190: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:4242: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:4300: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:4200: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:4209: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:4227: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:4234: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:4445: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:4458: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:4539: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:4528: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:4597: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:4640: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:4625: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:4586: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:4611: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:4577: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:4504: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:4516: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:4483: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:4551: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:4451: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:4858: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:4716: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:4747: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:4760: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:4797: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:4820: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:4847: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:4732: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:4740: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:4773: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:4701: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:4903: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:4914: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:4927: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:4955: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:4942: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:5006: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:5010: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:5038: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:5118: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:4981: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:5088: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:5065: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:5052: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:5083: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:5078: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:5023: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:4995: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:4968: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:5092: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:5104: Only tests fake FS SKIPPED [4] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:5460: Only tests fake FS SKIPPED [4] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:5364: Only tests fake FS SKIPPED [4] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:5343: Only tests fake FS SKIPPED [4] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:5330: Only tests fake FS SKIPPED [4] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:5317: Only tests fake FS SKIPPED [4] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:5496: Only tests fake FS SKIPPED [4] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:5485: Only tests fake FS SKIPPED [4] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:5352: Only tests fake FS SKIPPED [4] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:5303: Only tests fake FS SKIPPED [4] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:5394: Only tests fake FS SKIPPED [4] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:5408: Only tests fake FS SKIPPED [4] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:5477: Only tests fake FS SKIPPED [4] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:5452: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:5709: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:5634: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:5624: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:5680: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:5670: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:5695: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:5644: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:5650: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:5655: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:5721: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:5729: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:5715: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_os_test.py:5706: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:107: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:93: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:70: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:133: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:116: Only tests fake FS SKIPPED [2] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:168: Windows specific behavior SKIPPED [2] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:153: Windows specific behavior SKIPPED [2] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:196: Windows specific behavior SKIPPED [2] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:178: Windows specific behavior SKIPPED [2] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:219: Windows specific behavior SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:261: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:212: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:227: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:237: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:244: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:251: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:267: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:276: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:385: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:408: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:512: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:316: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:530: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:545: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:326: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:335: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:344: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:463: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:490: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:450: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:395: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:376: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:425: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:508: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:353: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:439: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:559: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:796: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:826: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:725: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:787: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:711: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:747: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:754: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:572: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:626: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:579: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:593: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:738: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:639: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:647: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:776: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:679: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:701: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:671: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:663: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:656: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:632: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:600: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:607: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:614: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:900: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:995: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:1163: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:1003: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:1010: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:906: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:918: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:943: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:934: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:925: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:952: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:959: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:984: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:963: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:970: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:977: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:989: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:852: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:912: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:1017: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:1031: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:1042: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:1037: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:860: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:866: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:1156: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:1188: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:1047: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:1059: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:872: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:878: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:1071: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:1077: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:1086: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:1095: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:1101: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:889: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:893: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:1119: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:1124: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:1108: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:1149: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:1141: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:1197: Only tests fake FS SKIPPED [1] ../../BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/pyfakefs/tests/fake_pathlib_test.py:1277: Windows specific test SKIPPED [1] pyfakefs/tests/fake_stat_time_test.py:401: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_stat_time_test.py:395: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_stat_time_test.py:407: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_stat_time_test.py:404: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_stat_time_test.py:398: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_stat_time_test.py:410: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_stat_time_test.py:413: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_stat_time_test.py:438: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_stat_time_test.py:429: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_stat_time_test.py:465: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_stat_time_test.py:444: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_stat_time_test.py:435: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_stat_time_test.py:441: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_stat_time_test.py:432: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_stat_time_test.py:468: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_stat_time_test.py:488: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_stat_time_test.py:482: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_stat_time_test.py:494: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_stat_time_test.py:491: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_stat_time_test.py:485: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_stat_time_test.py:497: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_stat_time_test.py:500: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_stat_time_test.py:525: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_stat_time_test.py:516: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_stat_time_test.py:534: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_stat_time_test.py:531: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_stat_time_test.py:522: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_stat_time_test.py:528: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_stat_time_test.py:519: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_stat_time_test.py:537: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_stat_time_test.py:551: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_stat_time_test.py:557: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_stat_time_test.py:582: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_stat_time_test.py:554: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_stat_time_test.py:560: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_stat_time_test.py:598: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_stat_time_test.py:607: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_stat_time_test.py:613: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_stat_time_test.py:604: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_stat_time_test.py:601: Only tests fake FS SKIPPED [1] pyfakefs/tests/fake_stat_time_test.py:610: Only tests fake FS XFAIL pyfakefs/pytest_tests/pytest_fixture_param_test.py::test_example_file_failing XFAIL pyfakefs/pytest_tests/pytest_fixture_test.py::test_example_file_failing XFAIL pyfakefs/tests/fake_filesystem_unittest_test.py::FailedPatchingTest::test_system_stat - reason: XFAIL pyfakefs/tests/fake_filesystem_unittest_test.py::PatchModuleTestUsingDecorator::test_system_stat_failing - reason: FAILED pyfakefs/tests/example_test.py::TestExample::test_real_file_access - AssertionError: b'' != b'# Copyright 2014 Altera Corporation. All [7050 chars]()\n' FAILED pyfakefs/tests/fake_filesystem_unittest_test.py::AdditionalSkipNamesTest::test_open_succeeds - FileNotFoundError: [Errno 2] No such file or directory in the fake filesystem: '/home/tkloczko/rpmbuild/BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/p... FAILED pyfakefs/tests/fake_filesystem_unittest_test.py::AdditionalSkipNamesModuleTest::test_open_succeeds - FileNotFoundError: [Errno 2] No such file or directory in the fake filesystem: '/home/tkloczko/rpmbuild/BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/p... FAILED pyfakefs/tests/fake_filesystem_unittest_test.py::TestOtherFS::test_real_file_with_home - AssertionError: '' is not true FAILED pyfakefs/tests/fake_open_test.py::SkipOpenTest::test_open_in_skipped_module - FileNotFoundError: [Errno 2] No such file or directory in the fake filesystem: '/home/tkloczko/rpmbuild/BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/p... FAILED pyfakefs/tests/fake_pathlib_test.py::SkipOpenTest::test_open_pathlib_in_skipped_module - FileNotFoundError: [Errno 2] No such file or directory in the fake filesystem: '/home/tkloczko/rpmbuild/BUILDROOT/python-pyfakefs-5.5.0-2.fc37.x86_64/usr/lib/python3.10/site-packages/p... =========================================================== 6 failed, 1431 passed, 1144 skipped, 4 xfailed, 2 warnings in 10.13s ============================================================ ```
mrbean-bremen commented 1 month ago

I'v been trying to update pyfakefs for python>=3.8

Why would you do that? pyfakefs still supports 3.7 (yes, I know that it's EOL), so I may run this after 3.7 support is removed. I will check of course what causes this and probably fix it, but I don't consider this a bug.

kloczek commented 1 month ago

3.7 has been EOSed almost year ago https://endoflife.date/python In Oct this year 3.8 will be EOEsed.

mrbean-bremen commented 1 month ago

3.7 has been EOSed almost year ago

Yes, I know, and I already wanted to remove the support once - wasn't a good idea. The currrent policy is to support a version as long as it is available in the CI (which won't be long now).

kloczek commented 1 month ago

There is no any issues with supporting even older versions on branches if any critical bug will be found .. ALL VCS platforms are to deal with that in civilised form.

kloczek commented 1 month ago

Other thing is that it would be really good to make the code redy to be automatically upgradeable using pyupgrade.

mrbean-bremen commented 1 month ago

I checked, and the problem doesn't have to do with 3.7 compatibility, but with one specific change (replacing io.open by open) which breaks pyfakefs. io.open is intentionally used here, because open may be faked at that moment, and we need the real fs. Maybe this can be implemented differently, but this does not have a hight priority. pyupgrade found a few other overlooked left-overs from earlier versions that can indeed be changed, so this is helpful anyway.

kloczek commented 1 month ago

I understand. Thank you for your time 👍