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

Test on Plone 5.2 different Python versions #103

Open
ale-rt opened this issue Feb 7, 2019 · 1 comment
Open

Test on Plone 5.2 different Python versions #103

ale-rt opened this issue Feb 7, 2019 · 1 comment

Comments

@ale-rt
Copy link
Member

ale-rt commented Feb 7, 2019

No description provided.

@ale-rt
Copy link
Member Author

ale-rt commented Feb 7, 2019

I checked Plone 5.2 locally with this patch

diff --git a/buildout.cfg b/buildout.cfg
index 3026c2e..9ebcf9f 100644
--- a/buildout.cfg
+++ b/buildout.cfg
@@ -1,6 +1,6 @@
 [buildout]
 extends =
-    https://raw.githubusercontent.com/collective/buildout.plonetest/master/test-5.1.x.cfg
+    https://raw.githubusercontent.com/collective/buildout.plonetest/master/test-5.2.x.cfg
     versions.cfg
 parts +=
     docs
diff --git a/requirements.txt b/requirements.txt
index bba2416..4ad8c83 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,2 +1 @@
-setuptools==33.1.1
-zc.buildout==2.12.1
+-r https://dist.plone.org/release/5.2-latest/requirements.txt

and things worked pretty well.
I am not sure if it is worth the effort to keep testing in travis both Plone 5.1 and Plone 5.2 (Builds will be very long).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant