-
Notifications
You must be signed in to change notification settings - Fork 318
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Release: https://github.com/caseyduquettesc/rules_python_pytest/releases/tag/v1.1.1 _Automated by [Publish to BCR](https://github.com/apps/publish-to-bcr)_ --------- Co-authored-by: Casey <[email protected]>
- Loading branch information
1 parent
dc0f8d8
commit a788ea4
Showing
5 changed files
with
60 additions
and
1 deletion.
There are no files selected for viewing
19 changes: 19 additions & 0 deletions
19
modules/caseyduquettesc_rules_python_pytest/1.1.1/MODULE.bazel
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
"Bazel dependencies" | ||
|
||
module( | ||
name = "caseyduquettesc_rules_python_pytest", | ||
version = "1.1.1", | ||
compatibility_level = 1, | ||
repo_name = "rules_python_pytest", | ||
) | ||
|
||
# Library deps | ||
bazel_dep(name = "bazel_skylib", version = "1.4.2") | ||
bazel_dep(name = "platforms", version = "0.0.5") | ||
bazel_dep(name = "rules_python", version = "0.17.3") | ||
|
||
# Internal deps | ||
bazel_dep(name = "gazelle", version = "0.29.0", dev_dependency = True, repo_name = "bazel_gazelle") | ||
bazel_dep(name = "bazel_skylib_gazelle_plugin", version = "1.4.2", dev_dependency = True) | ||
bazel_dep(name = "aspect_bazel_lib", version = "1.33.0", dev_dependency = True) | ||
bazel_dep(name = "buildifier_prebuilt", version = "6.1.0", dev_dependency = True) |
14 changes: 14 additions & 0 deletions
14
modules/caseyduquettesc_rules_python_pytest/1.1.1/patches/module_dot_bazel_version.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
=================================================================== | ||
--- a/MODULE.bazel | ||
+++ b/MODULE.bazel | ||
@@ -1,9 +1,9 @@ | ||
"Bazel dependencies" | ||
|
||
module( | ||
name = "caseyduquettesc_rules_python_pytest", | ||
- version = "0.0.0", | ||
+ version = "1.1.1", | ||
compatibility_level = 1, | ||
repo_name = "rules_python_pytest", | ||
) | ||
|
16 changes: 16 additions & 0 deletions
16
modules/caseyduquettesc_rules_python_pytest/1.1.1/presubmit.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
bcr_test_module: | ||
module_path: "e2e/smoke" | ||
matrix: | ||
# Disable debian tests because I don't think it's using the python toolchain, | ||
# > no such package '@[unknown repo 'pip_importlib_metadata' requested from @rules_python~0.19.0~pip~pip_pytest]//' | ||
# platform: ["debian10", "macos", "ubuntu2004"] | ||
platform: ["macos", "ubuntu2004"] | ||
bazel: | ||
- 6.x | ||
tasks: | ||
run_tests: | ||
name: "Run test module" | ||
bazel: ${{ bazel }} | ||
platform: ${{ platform }} | ||
test_targets: | ||
- "//..." |
9 changes: 9 additions & 0 deletions
9
modules/caseyduquettesc_rules_python_pytest/1.1.1/source.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"integrity": "sha256-4lVkBO9W6j7JOFl2Fq/FHXjhgyz+URsZbp8rj9f48Uk=", | ||
"strip_prefix": "rules_python_pytest-1.1.1", | ||
"url": "https://github.com/caseyduquettesc/rules_python_pytest/releases/download/v1.1.1/rules_python_pytest-v1.1.1.tar.gz", | ||
"patches": { | ||
"module_dot_bazel_version.patch": "sha256-9ZcnV0Tl4ZsCpNC8nbQqGLngxgYCBJ8wrPIHrnJWY7I=" | ||
}, | ||
"patch_strip": 1 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,8 @@ | |
"versions": [ | ||
"1.0.7", | ||
"1.0.9", | ||
"1.1.0" | ||
"1.1.0", | ||
"1.1.1" | ||
], | ||
"yanked_versions": {} | ||
} |