bazel-contrib/rules_python

Use RunEnvironmentInfo instead of testing.TestEnvironment

Open

#901 建立於 2022年11月28日

在 GitHub 查看
 (2 留言) (0 反應) (1 負責人)Starlark (705 fork)auto 404
cleanuphelp wantedtype: toolchain

倉庫指標

Star
 (679 star)
PR 合併指標
 (PR 指標待抓取)

描述

Code health

Relevant Rules

The upcoming multi-toolchain supporting rules. (see https://github.com/bazelbuild/rules_python/pull/846)

Description

The multi-toolchain supporting rules forward on testing.TestEnvironment, but that name is deprecated, and is replaced by RunEnvironmentInfo.

That symbol is only present in Bazel 5.3+, though, so until support for that is dropped, we have to continue using the old name.

貢獻者指南