Skip to content

Commit d864817

Browse files
committed
Enable pants-plugins/pack_metadata
This reverts commit 4a1b241.
1 parent 521397b commit d864817

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

pants.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ backend_packages = [
2525
# internal plugins in pants-plugins/
2626
"pants.backend.plugin_development",
2727
"api_spec",
28-
#"pack_metadata",
28+
"pack_metadata",
2929
"sample_conf",
3030
"schemas",
3131
]

st2tests/st2tests/fixtures/packs/BUILD

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
# instructions on how to checkout the submodules if they are not checked out.
44
# The test_content_version* targets are dependencies of ./test_content_version_fixture
55

6-
# pack_metadata_in_git_submodule(
7-
resources(
6+
pack_metadata_in_git_submodule(
87
name="test_content_version_metadata",
98
sources=[
109
"test_content_version/pack.yaml",

0 commit comments

Comments
 (0)