bazelbuild / rules_fuzzing

Bazel Starlark extensions for defining fuzz tests in Bazel projects
Apache License 2.0
82 stars 19 forks source link

Update rules_python to 0.6.0 #199

Closed fmeum closed 2 years ago

fmeum commented 2 years ago

This allows us to get rid of the py_repositories() call in init.bzl. This call is no longer needed with newer versions of rules_python and produces warnings.

Fixes #198