Преглед на файлове

test: enable pytest async plugins

lingfengQAQ преди 3 седмици
родител
ревизия
a54544ac93
променени са 1 файла, в които са добавени 2 реда и са изтрити 1 реда
  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