]> git.dujemihanovic.xyz Git - u-boot.git/commit
test: Update test_fs to not use deprecated pytest.yield_fixture()
authorTom Rini <trini@konsulko.com>
Thu, 28 Jan 2021 19:39:56 +0000 (14:39 -0500)
committerTom Rini <trini@konsulko.com>
Fri, 29 Jan 2021 15:36:49 +0000 (10:36 -0500)
commita59e59c9be844553384b67c36a8040f65ec10011
treed782baf1b33ed5a3fb67fb224f9c5f4ea7fb655d
parent89d52afa5d0b643bddbedd840cea98ea7cba84f9
test: Update test_fs to not use deprecated pytest.yield_fixture()

As noted in comments, yield_fixture has been deprecated for longer than
our minimum required version of pytest.  Newer versions of pytest cause
this to be a louder warning, and as the migration is trivial, perform it
now.

Signed-off-by: Tom Rini <trini@konsulko.com>
test/py/tests/test_fs/conftest.py