소스 검색

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