Aspect Blog

Aspect Blog

Follow
homeAboutBazelServicesResourcesnewslettermembers
Tag

Python

#python

More content

Read more stories on Hashnode


Articles with this tag

Python toolchains in rules_python

Thulio Ferraz AssisThulio Ferraz Assis
Mar 11, 20222 min read 1.2K views

Bazel is supposed to be repeatable, right? Your teammate runs the tests on her computer and should get the same result as you did. A build from a...

Python toolchains in rules_python

Many Python versions, one Bazel build

Matt MackayMatt Mackay
Jan 31, 20225 min read 2.9K views

During a migration from one version of the Python runtime to another, or the migration to Bazel itself, it can be useful to have more than one version...

Many Python versions, one Bazel build