ansible-community / molecule-inspec

Molecule Inspec Verifier Plugin
https://github.com/ansible/molecule
MIT License
13 stars 9 forks source link

Tox failures due to the upgrade of importlib-metadata #11

Closed abtreece closed 3 years ago

abtreece commented 3 years ago

Receiving test failures due to the recent upgrade of importlib-metadata to v3.0.0

virtualenv 20.2.0 has requirement importlib-metadata<3,>=0.12; python_version < "3.8", but you have importlib-metadata 3.0.0.

https://github.com/pypa/virtualenv/blob/ced984abfd4f1531f9075113e77af7ec01479d29/setup.cfg#L47

https://github.com/pypa/virtualenv/issues/2019

abtreece commented 3 years ago

fixed by https://github.com/pypa/virtualenv/pull/2021