Releases: caseyduquettesc/rules_python_pytest
Releases · caseyduquettesc/rules_python_pytest
v1.0.1
WORKSPACE snippet:
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "rules_python_pytest",
sha256 = "62c3b72e997743d1b3934348cadad7a0906efaa5139b24c39efa189fd3e2142d",
strip_prefix = "rules_python_pytest-1.0.1",
url = "https://github.com/caseyduquettesc/rules_python_pytest/archive/v1.0.1.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("@rules_python_pytest//python_pytest:repositories.bzl", "rules_python_pytest_dependencies")
rules_python_pytest_dependencies()
Full Changelog: 1.0.0...v1.0.1
v1.0.0
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