Move all remaining OmniSci tests to `rbc/tests/heavyai/`
tupui opened this issue · 1 comments
tupui commented
After moving, CI should also be changed:
- mamba run -n rbc pytest -sv -r A rbc/tests/ -x -k heavyai
+ mamba run -n rbc pytest -sv -r A rbc/tests/heavyai/ -x
guilhermeleobas commented
There are two test files (test_externals_cmath.py
and test_externals_libdevice.py
), which are not in rbc/tests/heavydb
and uses the heavydb
fixture.