Skip to content

Commit

Permalink
fix: drop python support for generator (temp)
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Gammon <sam@elide.ventures>
  • Loading branch information
sgammon committed Dec 12, 2023
1 parent d9c1c83 commit bd16921
Show file tree
Hide file tree
Showing 6 changed files with 127 additions and 226 deletions.
32 changes: 0 additions & 32 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -200,38 +200,6 @@ register_toolchains(
dev_dependency = True,
)

################################################################################
# rules_python
################################################################################

python = use_extension(
"@rules_python//python/extensions:python.bzl",
"python",
dev_dependency = True,
)
python.toolchain(
configure_coverage_tool = True,
is_default = True,
python_version = PYTHON_VERSION,
)
use_repo(python, "python_3_11", "python_versions")

pip = use_extension(
"@rules_python//python/extensions:pip.bzl",
"pip",
dev_dependency = True,
)
pip.parse(
extra_pip_args = [
"--no-binary",
"grequests",
],
hub_name = "pip",
python_version = PYTHON_VERSION,
requirements_lock = "@//:requirements_lock.txt",
)
use_repo(pip, "pip", "pip_311")

################################################################################
# rules_js
################################################################################
Expand Down
Loading

0 comments on commit bd16921

Please sign in to comment.