We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0429b6f commit 3afc292Copy full SHA for 3afc292
.gitignore
@@ -163,3 +163,5 @@ cython_debug/
163
# and can be added to the global gitignore or merged into this file. For a more nuclear
164
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
165
#.idea/
166
+
167
+test.sh
pytest.ini
@@ -9,6 +9,5 @@ filterwarnings =
9
ignore::FutureWarning
10
ignore::SyntaxWarning
11
ignore::Warning
12
- ignore::pytest.PytestUnknownMarkWarning
13
- ignore::pytest.PytestUnhandledCoroutineWarning
14
- ignore::pytest.PytestCollectionWarning
+ ignore::_pytest.warning_types.PytestUnknownMarkWarning
+ ignore::_pytest.warning_types.PytestCollectionWarning
0 commit comments