The following tests fail when I run sfepy-run run_tests.
I'm running Anaconda 3.4.2 with python 3.5.3
/tests/test_input_navier_stokes2d_iga.py test_input: failed! --- test instance creation failed Traceback (most recent call last): File "/root/anaconda3/lib/python3.5/site-packages/sfepy/script/run_tests.py", line 234, in <module> sys.exit(main()) File "/root/anaconda3/lib/python3.5/site-packages/sfepy/script/run_tests.py", line 223, in main run_tests(stats, dirname, [filename]) File "/root/anaconda3/lib/python3.5/site-packages/sfepy/script/run_tests.py", line 144, in run_tests stats[0] + 1) File "/root/anaconda3/lib/python3.5/site-packages/sfepy/script/run_tests.py", line 89, in run_test conf = ProblemConf.from_file(conf_name, required, _required + other) File "/root/anaconda3/lib/python3.5/site-packages/sfepy/base/conf.py", line 346, in from_file funmod = import_file(filename, package_name=False) File "/root/anaconda3/lib/python3.5/site-packages/sfepy/base/base.py", line 179, in import_file mod = __import__(name) ImportError: No module named 'test_input_navier_stokes2d_iga'
tests/test_meshio.py test_hdf5_meshio: failed! --- test instance creation failed Traceback (most recent call last): File "/root/anaconda3/lib/python3.5/site-packages/sfepy/script/run_tests.py", line 234, in <module> sys.exit(main()) File "/root/anaconda3/lib/python3.5/site-packages/sfepy/script/run_tests.py", line 223, in main run_tests(stats, dirname, [filename]) File "/root/anaconda3/lib/python3.5/site-packages/sfepy/script/run_tests.py", line 144, in run_tests stats[0] + 1) File "/root/anaconda3/lib/python3.5/site-packages/sfepy/script/run_tests.py", line 89, in run_test conf = ProblemConf.from_file(conf_name, required, _required + other) File "/root/anaconda3/lib/python3.5/site-packages/sfepy/base/conf.py", line 346, in from_file funmod = import_file(filename, package_name=False) File "/root/anaconda3/lib/python3.5/site-packages/sfepy/base/base.py", line 179, in import_file mod = __import__(name) ImportError: No module named 'test_meshio'
tests/test_projections.py test_projection_iga_fem: failed! --- test instance creation failed Traceback (most recent call last): File "/root/anaconda3/lib/python3.5/site-packages/sfepy/script/run_tests.py", line 234, in <module> sys.exit(main()) File "/root/anaconda3/lib/python3.5/site-packages/sfepy/script/run_tests.py", line 223, in main run_tests(stats, dirname, [filename]) File "/root/anaconda3/lib/python3.5/site-packages/sfepy/script/run_tests.py", line 144, in run_tests stats[0] + 1) File "/root/anaconda3/lib/python3.5/site-packages/sfepy/script/run_tests.py", line 89, in run_test conf = ProblemConf.from_file(conf_name, required, _required + other) File "/root/anaconda3/lib/python3.5/site-packages/sfepy/base/conf.py", line 346, in from_file funmod = import_file(filename, package_name=False) File "/root/anaconda3/lib/python3.5/site-packages/sfepy/base/base.py", line 179, in import_file mod = __import__(name) ImportError: No module named 'test_projections'
tests/test_term_call_modes.py test_term_call_modes: failed! --- test instance creation failed Traceback (most recent call last): File "/root/anaconda3/lib/python3.5/site-packages/sfepy/script/run_tests.py", line 234, in <module> sys.exit(main()) File "/root/anaconda3/lib/python3.5/site-packages/sfepy/script/run_tests.py", line 223, in main run_tests(stats, dirname, [filename]) File "/root/anaconda3/lib/python3.5/site-packages/sfepy/script/run_tests.py", line 144, in run_tests stats[0] + 1) File "/root/anaconda3/lib/python3.5/site-packages/sfepy/script/run_tests.py", line 89, in run_test conf = ProblemConf.from_file(conf_name, required, _required + other) File "/root/anaconda3/lib/python3.5/site-packages/sfepy/base/conf.py", line 346, in from_file funmod = import_file(filename, package_name=False) File "/root/anaconda3/lib/python3.5/site-packages/sfepy/base/base.py", line 179, in import_file mod = __import__(name) ImportError: No module named 'test_term_call_modes'