Skip to content
Snippets Groups Projects

Fix deprecation warning for Sympy 1.7

Merged Stephan Seitz requested to merge seitz/pystencils:fix-deprecation-warning-1.7 into master
1 file
+ 4
0
Compare changes
  • Side-by-side
  • Inline
+ 4
0
@@ -98,6 +98,10 @@ try:
@@ -98,6 +98,10 @@ try:
except ImportError:
except ImportError:
collect_ignore += [os.path.join(SCRIPT_FOLDER, "pystencils/datahandling/vtk.py")]
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')]
collect_ignore += [os.path.join(SCRIPT_FOLDER, 'setup.py')]
for root, sub_dirs, files in os.walk('.'):
for root, sub_dirs, files in os.walk('.'):
Loading