pytest-dev/pytest-metadata#70
We use pytest-json-report and recently found that the "Environement" section of the json reports are always empty.
From release note of pytest-metadata 3.0.0:
Use pytest.stash internally instead of _metadata
It seems pytest-json-report needs to be updated to cope with pytest-metadata's breaking change.
pytest-dev/pytest-metadata#70
We use
pytest-json-reportand recently found that the "Environement" section of the json reports are always empty.From release note of
pytest-metadata3.0.0:It seems
pytest-json-reportneeds to be updated to cope withpytest-metadata's breaking change.