commit | a59e59c9be844553384b67c36a8040f65ec10011 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Thu Jan 28 14:39:56 2021 -0500 |
committer | Tom Rini <trini@konsulko.com> | Fri Jan 29 10:36:49 2021 -0500 |
tree | d782baf1b33ed5a3fb67fb224f9c5f4ea7fb655d | |
parent | 89d52afa5d0b643bddbedd840cea98ea7cba84f9 [diff] |
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>