some of the usages of test fixtures will be deprecated as of pytest version 9.1 and will break as of pytest version 10.0 for example: https://github.com/fsspec/filesystem_spec/blob/65d58d4346c235747b9c2166aa60c25a3031a590/fsspec/tests/abstract/__init__.py#L21 pytest deprecations: https://docs.pytest.org/en/stable/deprecations.html#class-scoped-fixture-as-instance-method
some of the usages of test fixtures will be deprecated as of pytest version 9.1 and will break as of pytest version 10.0
for example:
filesystem_spec/fsspec/tests/abstract/__init__.py
Line 21 in 65d58d4
pytest deprecations:
https://docs.pytest.org/en/stable/deprecations.html#class-scoped-fixture-as-instance-method