drivendataorg/cloudpathlib
Tests: `tmpdir` is deprecated and we should use `tmp_path` instead
Aberta
#370 aberto em 9 de out. de 2023
good first issuetests
Métricas do repositório
- Stars
- (624 estrelas)
- Métricas de merge de PR
- (Métricas PR pendentes)
Description
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 with tmp_path throughout the test suite.
Originally posted by @jayqi in https://github.com/drivendataorg/cloudpathlib/pull/361#discussion_r1304854288