Skip to content

Commit

Permalink
add pytest.skip
Browse files Browse the repository at this point in the history
  • Loading branch information
guilhermeleobas committed Jul 13, 2023
1 parent 9b5e571 commit d3f9499
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rbc/tests/heavydb/test_heavydb.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def farhenheit2celcius(f):
@pytest.mark.parametrize('dtype', ('float32', 'float64', 'int32', 'int64'))
def test_direct_call_array(heavydb, dtype):
if heavydb.version[:2] < (7, 0):
continue
pytest.skip('Test requires HeavyDB 7.0 or newer')

heavydb.unregister()

Expand Down

0 comments on commit d3f9499

Please sign in to comment.