Bläddra i källkod

test: enable pytest async plugins

lingfengQAQ 3 veckor sedan
förälder
incheckning
a54544ac93
1 ändrade filer med 2 tillägg och 1 borttagningar
  1. 2 1
      pytest.ini

+ 2 - 1
pytest.ini

@@ -1,4 +1,5 @@
 [pytest]
 testpaths = webnovel-writer/scripts/data_modules/tests webnovel-writer/scripts/tests
 pythonpath = webnovel-writer/scripts
-addopts = -p no:anyio -p no:asyncio -p no:debugging -p pytest_cov -q --cov --cov-report=term-missing --cov-fail-under=90 -p no:cacheprovider
+asyncio_mode = auto
+addopts = -p no:debugging -p pytest_cov -q --cov --cov-report=term-missing --cov-fail-under=90 -p no:cacheprovider