commit | 1b91cee74f3e596e9f21b67a7373d762968e817d | [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 | ceb4ca2331021bc1b6390ca452003a9e3977324e [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>