Skip to content
Snippets Groups Projects
Commit 178f51f4 authored by Clément Jonglez's avatar Clément Jonglez
Browse files

pytest.ini: disable the annoying DeprecationWarnings in pytest due to jcc

Example: <frozen importlib._bootstrap>:488: DeprecationWarning: builtin type __JArray_string_iterator has no __module__ attribute
parent a5817327
Branches
No related tags found
1 merge request!5Support loading orekit data from Python library
...@@ -4,3 +4,5 @@ ...@@ -4,3 +4,5 @@
[pytest] [pytest]
python_files=*.py python_files=*.py
filterwarnings =
ignore::DeprecationWarning
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment