featuretools icon indicating copy to clipboard operation
featuretools copied to clipboard

Replace tmpdir fixtures with tmp_path fixtures

Open rwedge opened this issue 3 years ago • 0 comments

Pytest recommends using tmp_path over tmpdir:

https://docs.pytest.org/en/latest/how-to/tmp_path.html#the-tmpdir-and-tmpdir-factory-fixtures

rwedge avatar Jun 27 '22 15:06 rwedge