Skip to content

Commit c89cf07

Browse files
committed
temporary disable tests
1 parent f3b4bf7 commit c89cf07

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

.github/workflows/meta.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,12 @@ on:
2626
jobs:
2727
qa:
2828
uses: plone/meta/.github/workflows/qa.yml@main
29-
test:
30-
uses: plone/meta/.github/workflows/test.yml@main
31-
with:
32-
33-
py-versions: '["3.12", "3.11", "3.10"]'
34-
coverage:
35-
uses: plone/meta/.github/workflows/coverage.yml@main
29+
# test:
30+
# uses: plone/meta/.github/workflows/test.yml@main
31+
# with:
32+
# py-versions: '["3.12", "3.11", "3.10"]'
33+
# coverage:
34+
# uses: plone/meta/.github/workflows/coverage.yml@main
3635
dependencies:
3736
uses: plone/meta/.github/workflows/dependencies.yml@main
3837
release_ready:

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"collective.regenv",
5757
"pas.plugins.ldap>=1.8.0",
5858
"yafowil.plone>=5.0.0a1",
59-
"yafowil-bootstrap>2.0.0a1",
59+
"yafowil-bootstrap==2.0.0a2",
6060
],
6161
extras_require={
6262
"test": [

0 commit comments

Comments
 (0)