add pytest-xdist to speed up tests

This commit is contained in:
Matthias
2023-12-24 08:30:21 +01:00
parent 4769b50709
commit 916a847639
2 changed files with 5 additions and 4 deletions

View File

@@ -15,6 +15,7 @@ pytest-asyncio==0.21.1
pytest-cov==4.1.0
pytest-mock==3.12.0
pytest-random-order==1.1.0
pytest-xdist==3.5.0
isort==5.13.2
# For datetime mocking
time-machine==2.13.0