Skip to content

Commit

Permalink
Publish caseyduquettesc/[email protected] (#1114)
Browse files Browse the repository at this point in the history
Co-authored-by: Casey <[email protected]>
  • Loading branch information
1 parent f43b77b commit cc34ddc
Show file tree
Hide file tree
Showing 5 changed files with 57 additions and 1 deletion.
19 changes: 19 additions & 0 deletions modules/caseyduquettesc_rules_python_pytest/1.1.0/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.0",
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.0",
compatibility_level = 1,
repo_name = "rules_python_pytest",
)

13 changes: 13 additions & 0 deletions modules/caseyduquettesc_rules_python_pytest/1.1.0/presubmit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
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"]
tasks:
run_tests:
name: "Run test module"
platform: ${{ platform }}
test_targets:
- "//..."
9 changes: 9 additions & 0 deletions modules/caseyduquettesc_rules_python_pytest/1.1.0/source.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"integrity": "sha256-i4KTXhb3so43EaaK5fiPRNhoXM2Qa4afdyH91MMvI2k=",
"strip_prefix": "rules_python_pytest-1.1.0",
"url": "https://github.com/caseyduquettesc/rules_python_pytest/releases/download/v1.1.0/rules_python_pytest-v1.1.0.tar.gz",
"patches": {
"module_dot_bazel_version.patch": "sha256-iFYrw14VnNTwbiL4f5VaYRlI075B0/dp6hqsgS+oo6E="
},
"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 @@ -11,7 +11,8 @@
],
"versions": [
"1.0.7",
"1.0.9"
"1.0.9",
"1.1.0"
],
"yanked_versions": {}
}

0 comments on commit cc34ddc

Please sign in to comment.