Skip to content

Commit e70cf69

Browse files
committed
cr
Signed-off-by: Achal Shah <achals@gmail.com>
1 parent 5b107d6 commit e70cf69

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

sdk/python/tests/utils/cli_utils.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,6 @@ def local_repo(self, example_repo_py: str, offline_store: str):
7676
path: {data_path / "online_store.db"}
7777
offline_store:
7878
type: {offline_store}
79-
flags:
80-
alpha_features: true
81-
on_demand_transforms: true
8279
"""
8380
)
8481
)

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,6 @@ def build_extension(self, ext: Extension):
425425

426426
destination = os.path.dirname(os.path.abspath(self.get_ext_fullpath(ext.name)))
427427
subprocess.check_call(["go", "mod", "tidy"], env={"PATH": bin_path, **go_env})
428-
# subprocess.check_call(["go", "install", "github.com/go-python/gopy@v0.4.0"])
429428
subprocess.check_call(
430429
[
431430
"gopy",

0 commit comments

Comments
 (0)