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

fix tests on GHA #448

Merged
merged 2 commits into from
Jan 13, 2025
Merged
Changes from 1 commit
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
Next Next commit
make tests pass
gotcha committed Jan 13, 2025
commit 080c222857452364aae9f525f7aec32bee564e9d
11 changes: 10 additions & 1 deletion base.cfg
Original file line number Diff line number Diff line change
@@ -45,7 +45,6 @@ flake8 = True
flake8-ignore = E501,C901,W503

[versions]
# Don't use a released version of collective.exportimport
collective.easyform =
plone.formwidget.hcaptcha = 1.0.1
plone.formwidget.recaptcha = 2.3.0
@@ -55,3 +54,13 @@ setuptools =
wheel =
zc.buildout =
pip =

[versions:python38]
# needed because Plone 6.0.14 versions.cfg
# pins versions that do not support 3.8
Pillow = 9.5.0
rpds-py = 0.20.1
robotframework-browser = 18.8.1
waitress = 3.0.0
jsonschema-specifications = 2023.12.1
WebTest = 3.0.1
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
zc.buildout==3.0.1
zc.buildout==3.3