Skip to content

Commit 4ec510d

Browse files
author
Cody Lin
committed
Import pytest in failed test files
Signed-off-by: Cody Lin <codyl@twitter.com>
1 parent 5abc428 commit 4ec510d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

sdk/python/tests/test_cli_local.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
from textwrap import dedent
55

66
import assertpy
7+
import pytest
78

89
from feast.feature_store import FeatureStore
910
from tests.cli_utils import CliRunner

sdk/python/tests/test_partial_apply.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import pytest
12
from google.protobuf.duration_pb2 import Duration
23

34
from feast import BigQuerySource, Feature, FeatureView, ValueType

0 commit comments

Comments
 (0)