Skip to content

v1.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 18 Jan 07:02
· 22 commits to main since this release

WORKSPACE snippet:

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
    name = "caseyduquettesc_rules_python_pytest",
    sha256 = "64d05304590256ac84a2bf7d979845c64bedd5602fb6e454c514d829e1da2a0c",
    strip_prefix = "rules_python_pytest-1.0.0",
    url = "https://github.com/caseyduquettesc/rules_python_pytest/archive/v1.0.0.tar.gz",
)

# Fetches the rules_python_pytest dependencies.
# If you want to have a different version of some dependency,
# you should fetch it *before* calling this.
# Alternatively, you can skip calling this function, so long as you've
# already fetched all the dependencies.
load("@caseyduquettesc_rules_python_pytest//python_pytest:repositories.bzl", "rules_python_pytest_dependencies")
rules_python_pytest_dependencies()

Full Changelog: https://github.com/caseyduquettesc/rules_python_pytest/commits/v1.0.0