/usr/bin/python -c import os; from pyke.target_pkg import target_pkg; target_pkg.load = lambda *args, **kwargs: None; os.chdir(os.path.join('build/lib', 'iris', 'fileformats', '_pyke_rules')); from pyke import knowledge_engine; knowledge_engine.engine('')
Traceback (most recent call last):
File "<string>", line 1, in <module>
ModuleNotFoundError: No module named 'pyke'
Is there any way to completely disable the tests, or at least those requiring pyke?
When installing iris it requires https://github.com/mayask/pyke – which hasn't seen any commit in 10 years and is probably Py2 only.
Is there any way to completely disable the tests, or at least those requiring pyke?