Skip to content

Commit

Permalink
Configuring with plone.meta
Browse files Browse the repository at this point in the history
Remove dependency checker, as a GitHub Action, as it's a bit pointless
to mark everything as ignored due to the nature of how dependencies are
split in this distribution.
  • Loading branch information
gforcada committed Feb 10, 2025
1 parent 552ab2b commit 69cfa69
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/meta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ jobs:
uses: plone/meta/.github/workflows/test.yml@main
coverage:
uses: plone/meta/.github/workflows/coverage.yml@main
dependencies:
uses: plone/meta/.github/workflows/dependencies.yml@main
release_ready:
uses: plone/meta/.github/workflows/release_ready.yml@main
circular:
Expand Down
11 changes: 10 additions & 1 deletion .meta.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,16 @@
# See the inline comments on how to expand/tweak this configuration file
[meta]
template = "default"
commit-id = "effcd7ef"
commit-id = "552ab2b7"

[pyproject]
dependencies_ignores = "['ZServer', 'StringIO', 'urllib2']"

[github]
jobs = [
"qa",
"test",
"coverage",
"release_ready",
"circular",
]

0 comments on commit 69cfa69

Please sign in to comment.