Skip to content

Commit

Permalink
Bump heavydb version to 6.4 and remove previous pytest.skip
Browse files Browse the repository at this point in the history
  • Loading branch information
guilhermeleobas committed Feb 3, 2023
1 parent d8eb7e6 commit f69fbbe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rbc_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
os: [ubuntu-latest]
python-version: ['3.10', '3.9', '3.8']
numba-version: ['0.56', '0.55']
heavydb-version: ['6.2', '6.1', '6.0']
heavydb-version: ['6.4', '6.2', '6.1']
heavydb-from: [conda]
# include:
# - os: ubuntu-latest
Expand Down
3 changes: 0 additions & 3 deletions rbc/tests/heavydb/test_column_basic.py
Original file line number Diff line number Diff line change
Expand Up @@ -550,9 +550,6 @@ def test_column_aggregate(heavydb, prop, oper):
heavydb.reset()
heavydb.register()

if prop == 'groupby':
pytest.skip('heavydb server crashes')

if oper == 'single_value':
if prop:
return
Expand Down

0 comments on commit f69fbbe

Please sign in to comment.