Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests: importlib_resources: add missing skipif marker
It turns out that `test_importlib_resources_namespace_package_data_files` relies on the behavior of `importlib.resources` that was introduced in standard library with python 3.10 (and `importlib-resources` >= 5.0). Add a `@skipif` marker to avoid mysterious test failures when running on python <= 3.9 without `importlib-resources` installed.
- Loading branch information