Skip to content

Commit

Permalink
fix warning on pytest asyncio
Browse files Browse the repository at this point in the history
  • Loading branch information
eyeseast committed Apr 27, 2022
1 parent 51b4906 commit 32af5f1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ dist/
.DS_Store
.vscode
Pipfile
Pipfile.lock
!demo/Pipfile
!demo/Pipfile.lock
*.db
node_modules
2 changes: 2 additions & 0 deletions pytest.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[pytest]
asyncio_mode = strict

0 comments on commit 32af5f1

Please sign in to comment.