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
No related branches found
No related tags found
1 merge request!5Support loading orekit data from Python library
......@@ -4,3 +4,5 @@
[pytest]
python_files=*.py
filterwarnings =
ignore::DeprecationWarning
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