python-pytest-randomly fails to build with Python 3.10.0b1. + pytest-3 -p no:randomly -v tests/ Traceback (most recent call last): File "/usr/lib64/python3.10/pkgutil.py", line 417, in get_importer importer = sys.path_importer_cache[path_item] KeyError: PosixPath('/usr/lib/python3.10/site-packages/faker/providers') During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/bin/pytest-3", line 33, in <module> sys.exit(load_entry_point('pytest==6.2.4', 'console_scripts', 'pytest')()) File "/usr/lib/python3.10/site-packages/_pytest/config/__init__.py", line 185, in console_main code = main() File "/usr/lib/python3.10/site-packages/_pytest/config/__init__.py", line 143, in main config = _prepareconfig(args, plugins) File "/usr/lib/python3.10/site-packages/_pytest/config/__init__.py", line 318, in _prepareconfig config = pluginmanager.hook.pytest_cmdline_parse( File "/usr/lib/python3.10/site-packages/pluggy/hooks.py", line 286, in __call__ return self._hookexec(self, self.get_hookimpls(), kwargs) File "/usr/lib/python3.10/site-packages/pluggy/manager.py", line 93, in _hookexec return self._inner_hookexec(hook, methods, kwargs) File "/usr/lib/python3.10/site-packages/pluggy/manager.py", line 84, in <lambda> self._inner_hookexec = lambda hook, methods, kwargs: hook.multicall( File "/usr/lib/python3.10/site-packages/pluggy/callers.py", line 203, in _multicall gen.send(outcome) File "/usr/lib/python3.10/site-packages/_pytest/helpconfig.py", line 100, in pytest_cmdline_parse config: Config = outcome.get_result() File "/usr/lib/python3.10/site-packages/pluggy/callers.py", line 80, in get_result raise ex[1].with_traceback(ex[2]) File "/usr/lib/python3.10/site-packages/pluggy/callers.py", line 187, in _multicall res = hook_impl.function(*args) File "/usr/lib/python3.10/site-packages/_pytest/config/__init__.py", line 1003, in pytest_cmdline_parse self.parse(args) File "/usr/lib/python3.10/site-packages/_pytest/config/__init__.py", line 1283, in parse self._preparse(args, addopts=addopts) File "/usr/lib/python3.10/site-packages/_pytest/config/__init__.py", line 1172, in _preparse self.pluginmanager.load_setuptools_entrypoints("pytest11") File "/usr/lib/python3.10/site-packages/pluggy/manager.py", line 299, in load_setuptools_entrypoints plugin = ep.load() File "/usr/lib64/python3.10/importlib/metadata/__init__.py", line 160, in load module = import_module(match.group('module')) File "/usr/lib64/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "<frozen importlib._bootstrap>", line 1050, in _gcd_import File "<frozen importlib._bootstrap>", line 1027, in _find_and_load File "<frozen importlib._bootstrap>", line 992, in _find_and_load_unlocked File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed File "<frozen importlib._bootstrap>", line 1050, in _gcd_import File "<frozen importlib._bootstrap>", line 1027, in _find_and_load File "<frozen importlib._bootstrap>", line 992, in _find_and_load_unlocked File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed File "<frozen importlib._bootstrap>", line 1050, in _gcd_import File "<frozen importlib._bootstrap>", line 1027, in _find_and_load File "<frozen importlib._bootstrap>", line 992, in _find_and_load_unlocked File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed File "<frozen importlib._bootstrap>", line 1050, in _gcd_import File "<frozen importlib._bootstrap>", line 1027, in _find_and_load File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked File "<frozen importlib._bootstrap>", line 688, in _load_unlocked File "/usr/lib/python3.10/site-packages/_pytest/assertion/rewrite.py", line 170, in exec_module exec(co, module.__dict__) File "/usr/lib/python3.10/site-packages/faker/__init__.py", line 1, in <module> from faker.factory import Factory File "<frozen importlib._bootstrap>", line 1027, in _find_and_load File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked File "<frozen importlib._bootstrap>", line 688, in _load_unlocked File "/usr/lib/python3.10/site-packages/_pytest/assertion/rewrite.py", line 170, in exec_module exec(co, module.__dict__) File "/usr/lib/python3.10/site-packages/faker/factory.py", line 7, in <module> from faker.config import AVAILABLE_LOCALES, DEFAULT_LOCALE, PROVIDERS File "<frozen importlib._bootstrap>", line 1027, in _find_and_load File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked File "<frozen importlib._bootstrap>", line 688, in _load_unlocked File "/usr/lib/python3.10/site-packages/_pytest/assertion/rewrite.py", line 170, in exec_module exec(co, module.__dict__) File "/usr/lib/python3.10/site-packages/faker/config.py", line 11, in <module> PROVIDERS = find_available_providers( File "/usr/lib/python3.10/site-packages/faker/utils/loading.py", line 57, in find_available_providers for mod in list_module(providers_mod) if mod != '__pycache__' File "/usr/lib/python3.10/site-packages/faker/utils/loading.py", line 35, in list_module return [name for _, name, is_pkg in pkgutil.iter_modules([path]) if is_pkg] File "/usr/lib/python3.10/site-packages/faker/utils/loading.py", line 35, in <listcomp> return [name for _, name, is_pkg in pkgutil.iter_modules([path]) if is_pkg] File "/usr/lib64/python3.10/pkgutil.py", line 129, in iter_modules for i in importers: File "/usr/lib64/python3.10/pkgutil.py", line 421, in get_importer importer = path_hook(path_item) File "<frozen importlib._bootstrap_external>", line 1623, in path_hook_for_FileFinder File "<frozen importlib._bootstrap_external>", line 1495, in __init__ File "<frozen importlib._bootstrap_external>", line 182, in _path_isabs AttributeError: 'PosixPath' object has no attribute 'startswith' I suppose that something that used to be a str is now a Path and faker blows up. But the traceback is not very helpful because I don't see where is this startswith actually called. For the build logs, see: https://copr-be.cloud.fedoraproject.org/results/@python/python3.10/fedora-rawhide-x86_64/02175092-python-pytest-randomly/ For all our attempts to build python-pytest-randomly with Python 3.10, see: https://copr.fedorainfracloud.org/coprs/g/python/python3.10/package/python-pytest-randomly/ Testing and mass rebuild of packages is happening in copr. You can follow these instructions to test locally in mock if your package builds with Python 3.10: https://copr.fedorainfracloud.org/coprs/g/python/python3.10/ Let us know here if you have any questions. Python 3.10 will be included in Fedora 35. To make that update smoother, we're building Fedora packages with early pre-releases of Python 3.10. A build failure prevents us from testing all dependent packages (transitive [Build]Requires), so if this package is required a lot, it's important for us to get it fixed soon. We'd appreciate help from the people who know this package best, but if you don't want to work on this now, let us know so we can try to work around it on our side.
See https://github.com/joke2k/faker/issues/1421, probably just need updated python-faker.
With updated python-faker it indeed builds[0]. I've opened PR to update python-faker[1]. [0] https://copr.fedorainfracloud.org/coprs/g/python/python3.10/package/python-pytest-randomly/ [1] https://src.fedoraproject.org/rpms/python-faker/pull-request/1