cbdq-io / testinfra-bdd

An interface between pytest-bdd and pytest-testinfra.
https://pypi.org/project/testinfra-bdd/
BSD 3-Clause "New" or "Revised" License
3 stars 2 forks source link

PyTest 8.0.0 Released #91

Closed dallinb closed 8 months ago

dallinb commented 9 months ago

Getting deprecation warnings:

tests/step_defs/test_example.py: 39 warnings
tests/step_defs/test_issue21.py: 1 warning
tests/step_defs/test_lines_of_code.py: 22 warnings
dallinb commented 9 months ago

Appears to be related to https://github.com/pytest-dev/pytest-bdd/issues/673

dallinb commented 8 months ago

Also fixed along with #94.