Skip to content
Snippets Groups Projects
Commit 2d2131bc authored by Stephen Liu's avatar Stephen Liu
Browse files

Filter out deprecation warnings in tests

parent 367f3769
No related branches found
No related tags found
No related merge requests found
......@@ -78,4 +78,7 @@ markers = [
"unit: Mark tests as unit tests",
"integration: Marks tests as integration tests",
"internet: Marks tests as requiring internet connection"
]
filterwarnings = [
"ignore::DeprecationWarning"
]
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment