Skip to content

Commit 37224b0

Browse files
committed
Fix CI: remove redundant dbt test command and unused imports
- Remove 'dbt test' from workflow (dbt build already runs tests) - Remove unused pytest import from conftest.py - Tables are in-memory and disappear after dbt build completes Signed-off-by: yassinnouh21 <[email protected]>
1 parent 7f023b1 commit 37224b0

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

.github/workflows/dbt-integration-tests.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ jobs:
4343
cd sdk/python/tests/integration/dbt/test_dbt_project
4444
dbt deps
4545
dbt build
46-
dbt test
4746
4847
- name: Setup Feast project for dbt import test
4948
run: |

sdk/python/tests/integration/dbt/conftest.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,5 @@
44
This is a standalone conftest that doesn't depend on the main Feast test infrastructure.
55
"""
66

7-
import pytest
8-
97
# This conftest is minimal and doesn't import the main feast conftest
108
# to avoid complex dependency chains for dbt-specific tests

0 commit comments

Comments
 (0)