Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace pkg_resources in test_load (#1870)
Replace pkg_resources.resource_filename with importlib.resources.files. This removes an implicit dependency on setuptools (to which pkg_resources belongs); furthermore, the entire pkg_resources API is deprecated. Regarding the switch from __file__ to __package__, see: python/importlib_resources#60
- Loading branch information