CI: pin pytest-metadata<2 for molecule

The release of pytest-metadata 2.0.0 appears to have broken the molecule tests.

  AttributeError: 'Config' object has no attribute '_metadata'

Change-Id: I60cf89ce2f8c236b7febb92d437abf7e21bb7acd
This commit is contained in:
Mark Goddard 2022-03-22 20:09:21 +00:00
parent 4616c87010
commit f3bca3e0f6
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ ansible-lint>=3.0.0,<6.0.0,!=4.3.0 # MIT
docker # Apache-2.0
molecule<3.5.0 # MIT
molecule-docker # MIT
pytest-metadata<2 # MPL
pytest-molecule # MIT
pytest-testinfra
yamllint # GPLv3