Skip to content
Snippets Groups Projects
Commit 273d56fd authored by Markus Holzer's avatar Markus Holzer
Browse files

Skipp jupyter extensions test

parent c2eebd8e
No related branches found
No related tags found
1 merge request!191Fix deprecation warning for Sympy 1.7
......@@ -98,6 +98,10 @@ try:
except ImportError:
collect_ignore += [os.path.join(SCRIPT_FOLDER, "pystencils/datahandling/vtk.py")]
# TODO: Remove if Ubuntu 18.04 is no longer supported
if pytest_version >= 50403:
collect_ignore += [os.path.join(SCRIPT_FOLDER, "pystencils_tests/test_jupyter_extensions.ipynb")]
collect_ignore += [os.path.join(SCRIPT_FOLDER, 'setup.py')]
for root, sub_dirs, files in os.walk('.'):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment