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

Skipp jupyter extensions test

parent c2eebd8e
1 merge request!191Fix deprecation warning for Sympy 1.7
This commit is part of merge request !191. Comments created here will be created in the context of that merge request.
......@@ -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% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment