1
0
Эх сурвалжийг харах

test: enable pytest async plugins

lingfengQAQ 3 долоо хоног өмнө
parent
commit
a54544ac93
1 өөрчлөгдсөн 2 нэмэгдсэн , 1 устгасан
  1. 2 1
      pytest.ini

+ 2 - 1
pytest.ini

@@ -1,4 +1,5 @@
 [pytest]
 [pytest]
 testpaths = webnovel-writer/scripts/data_modules/tests webnovel-writer/scripts/tests
 testpaths = webnovel-writer/scripts/data_modules/tests webnovel-writer/scripts/tests
 pythonpath = webnovel-writer/scripts
 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