Tests: tmpdir
is deprecated and we should use tmp_path
instead
#370
Labels
good first issue
Good for newcomers
tmpdir
is deprecated and we should use tmp_path
instead
#370
We use
tmpdir
throughout the tests, but it is deprecated:https://docs.pytest.org/en/stable/how-to/tmp_path.html#the-tmpdir-and-tmpdir-factory-fixtures
We should remove replace
tmpdir
fixture withtmp_path
throughout the test suite.Originally posted by @jayqi in #361 (comment)
The text was updated successfully, but these errors were encountered: