Skip to content

Commit 3afc292

Browse files
committed
update
1 parent 0429b6f commit 3afc292

File tree

3 files changed

+612
-437
lines changed

3 files changed

+612
-437
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,3 +163,5 @@ cython_debug/
163163
# and can be added to the global gitignore or merged into this file. For a more nuclear
164164
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
165165
#.idea/
166+
167+
test.sh

pytest.ini

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,5 @@ filterwarnings =
99
ignore::FutureWarning
1010
ignore::SyntaxWarning
1111
ignore::Warning
12-
ignore::pytest.PytestUnknownMarkWarning
13-
ignore::pytest.PytestUnhandledCoroutineWarning
14-
ignore::pytest.PytestCollectionWarning
12+
ignore::_pytest.warning_types.PytestUnknownMarkWarning
13+
ignore::_pytest.warning_types.PytestCollectionWarning

0 commit comments

Comments
 (0)