Skip to content

Commit 4e1c1ea

Browse files
committed
removing install from src
1 parent 54841d9 commit 4e1c1ea

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

test/pytest/test_token_authorization.py

+6-6
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@ def get_plugin_jar():
3232
os.path.join(new_folder_path, jar_file[0]),
3333
)
3434
os.chdir(REPO_ROOT)
35-
result = subprocess.run(
36-
f"python ts_scripts/install_from_source",
37-
shell=True,
38-
capture_output=True,
39-
text=True,
40-
)
35+
# result = subprocess.run(
36+
# f"python ts_scripts/install_from_source",
37+
# shell=True,
38+
# capture_output=True,
39+
# text=True,
40+
# )
4141

4242

4343
# Parse json file and return key

0 commit comments

Comments
 (0)