14
0
forked from pool/python-libcst

Accepting request 1081486 from home:dirkmueller:acdc:as_python3_module

SR for python stack proposal

OBS-URL: https://build.opensuse.org/request/show/1081486
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-libcst?expand=0&rev=23
This commit is contained in:
2023-04-21 21:25:12 +00:00
committed by Git OBS Bridge
parent 9d1b86b18a
commit c6021cccd5
3 changed files with 38 additions and 16 deletions

View File

@@ -1,7 +1,21 @@
Index: libcst-0.4.9/libcst/codemod/tests/test_codemod_cli.py
===================================================================
--- libcst-0.4.9.orig/libcst/codemod/tests/test_codemod_cli.py
+++ libcst-0.4.9/libcst/codemod/tests/test_codemod_cli.py
---
libcst/codegen/generate.py | 2 +-
libcst/codemod/tests/test_codemod_cli.py | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
--- a/libcst/codegen/generate.py
+++ b/libcst/codegen/generate.py
@@ -69,7 +69,7 @@ def codegen_visitors() -> None:
# by attempting to run codegen again in a new process.
with open(os.devnull, "w") as devnull:
subprocess.check_call(
- ["python3", "-m", "libcst.codegen.gen_visitor_functions"],
+ [sys.executable, "-m", "libcst.codegen.gen_visitor_functions"],
cwd=base,
stdout=devnull,
)
--- a/libcst/codemod/tests/test_codemod_cli.py
+++ b/libcst/codemod/tests/test_codemod_cli.py
@@ -4,7 +4,7 @@
# LICENSE file in the root directory of this source tree.
#