Skip to content

Commit

Permalink
Merge pull request #919 from Mause/remove-ibis-smoke-tests
Browse files Browse the repository at this point in the history
chore: remove ibis smoke tests
  • Loading branch information
Mause authored Mar 18, 2024
2 parents 9f26fb8 + cc0afeb commit 4d6de0b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 50 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pythonapp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: List tox envs
run: tox -l
- name: Test with tox
run: tox -e duckdb_master,ibis --verbose
run: tox -e duckdb_master --verbose
if: matrix.bleeding_edge
- name: Test with tox
run: tox --verbose
Expand Down
44 changes: 0 additions & 44 deletions duckdb_engine/tests/test_ibis.py

This file was deleted.

5 changes: 0 additions & 5 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,6 @@ require_poetry = True
commands =
mypy .

[testenv:ibis]
commands =
pip install ibis-framework[duckdb]
pytest --junitxml=results.xml --cov --cov-report xml:coverage.xml --verbose -rs -k ibis

[gh-actions]
python =
3.7: py37-{duckdb040,duckdb051,duckdb061,duckdb071,duckdb081}-sqlalchemy{13,14,20}
Expand Down

0 comments on commit 4d6de0b

Please sign in to comment.