Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[email protected] #2423

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions modules/caseyduquettesc_rules_python_pytest/1.1.1/MODULE.bazel
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)
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 modules/caseyduquettesc_rules_python_pytest/1.1.1/presubmit.yml
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
Wyverald marked this conversation as resolved.
Show resolved Hide resolved
tasks:
run_tests:
name: "Run test module"
bazel: ${{ bazel }}
platform: ${{ platform }}
test_targets:
- "//..."
9 changes: 9 additions & 0 deletions modules/caseyduquettesc_rules_python_pytest/1.1.1/source.json
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
}
3 changes: 2 additions & 1 deletion modules/caseyduquettesc_rules_python_pytest/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"versions": [
"1.0.7",
"1.0.9",
"1.1.0"
"1.1.0",
"1.1.1"
],
"yanked_versions": {}
}
Loading