]> git.ipfire.org Git - thirdparty/lldpd.git/commit
tests: use @pytest.fixture instead of @pytest.yield_fixture
authorVincent Bernat <vincent@bernat.ch>
Sun, 12 Dec 2021 13:28:23 +0000 (14:28 +0100)
committerVincent Bernat <vincent@bernat.ch>
Sun, 12 Dec 2021 13:28:23 +0000 (14:28 +0100)
commit9f370881d17d74ff89d061872556555f8315864c
tree2c41a30ddde8507b593359625056d0d99581d6a6
parent575c586ca09339bf13c4ba0fc5512c66e2b12670
tests: use @pytest.fixture instead of @pytest.yield_fixture

This works since 3.0 and the second form is therefore deprecated.
tests/integration/conftest.py