mirror of
https://github.com/chatmail/core.git
synced 2026-04-17 21:46:35 +03:00
test(python): replace legacy tmpdir fixture with tmp_path
This commit is contained in:
@@ -8,7 +8,7 @@ import pytest
|
||||
import deltachat
|
||||
|
||||
|
||||
def test_db_busy_error(acfactory, tmpdir):
|
||||
def test_db_busy_error(acfactory):
|
||||
starttime = time.time()
|
||||
log_lock = threading.RLock()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user