You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use importlib.metadata first to avoid deprecation warnings (#878)
* Use importlib.metadata first to avoid deprecation warnings
* Use get distribution name of module before fetching its version
* Add support for Python versions < 3.9
* Fix conditional for packages_distributions
* Linter fixes
* Remove fixture in favor of test skips
---------
Co-authored-by: Lalleh Rafeei <[email protected]>
0 commit comments