Skip to content

Commit

Permalink
Import pytest in failed test files
Browse files Browse the repository at this point in the history
Signed-off-by: Cody Lin <codyl@twitter.com>
  • Loading branch information
Cody Lin committed Jun 20, 2021
1 parent 5abc428 commit 4ec510d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions sdk/python/tests/test_cli_local.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
from textwrap import dedent

import assertpy
import pytest

from feast.feature_store import FeatureStore
from tests.cli_utils import CliRunner
Expand Down
1 change: 1 addition & 0 deletions sdk/python/tests/test_partial_apply.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import pytest
from google.protobuf.duration_pb2 import Duration

from feast import BigQuerySource, Feature, FeatureView, ValueType
Expand Down

0 comments on commit 4ec510d

Please sign in to comment.