-
Notifications
You must be signed in to change notification settings - Fork 161
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
[WIP] bootstrap5 + icons #529
Conversation
We should also remove support for python < 3.10!? |
When released, deform (and deformdemo) should support the currently supported versions of Python, which include 3.8-3.12, as well as the most recent PyPy that is available for testing in GitHub Actions. |
Should you need any help in getting this done, you can ping me. |
Got also the functional tests working over here Pylons/deformdemo#124 ... |
Here a preview (will turn if at some point) http://168.119.117.235:8523/ |
@delijati @stevepiercy Any chance to cut a release with this changes? Is there anything i can help with? cheers Christian |
It would be nice if someone has the time and can go through the bs4 roadmap list and cross off what we already have https://github.com/Pylons/deform/issues?q=is%3Aissue+is%3Aopen+label%3ABS4 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One minor housekeeping change.
@delijati @goschtl for a release, I would do an alpha to start. That will allow us to get it out there for developer testing and cross off some of the issues tagged with Once I make an alpha release of deformdemo, we can adjust this PR to use that for the functional test suite. |
@delijati would you please do two housekeeping tasks before I merge?
Thank you! |
I'm already in CONTRIBUTERS.txt (Josip Delić)
The only place i found was in |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I did a more thorough review on this pass.
I think we can move stuff from deform/compat.py
into core, now that we use Python 3 exclusively, and remove it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
Functional tests fail due to a recent change in Selenium 4.10. https://github.com/Pylons/deform/actions/runs/6864014788/job/18665635754#step:7:457
Lines 75 to 78 in f4da7df
This should do the trick. functional_testing_extras.extend(["selenium >= 4.0.0.b4, <4.10.0"]) In a later alpha, we can bump Selenium and update functional tests. |
@stevepiercy is there a roadmap or release-plan where/how can we help to kick out a new release? Christian |
Get CI to pass. #529 (comment) |
I opened a pull request to fix the last functional test https://github.com/Pylons/deformdemo/pull/125/files |
Now the tests run, but we have one test failure: https://github.com/Pylons/deform/actions/runs/6868633228/job/18679624126?pr=529#step:7:403 I restarted the test run to see if that is a flaky test. We also have a couple of deprecation warnings. A couple of them are in deform, with the rest in other packages. We could add the deform items to a future alpha release, and the others as issues in their repositories. I'll circle back on this PR and create issues as needed. https://github.com/Pylons/deform/actions/runs/6868633228/job/18679624126?pr=529#step:7:405 |
@delijati this test still fails. https://github.com/Pylons/deform/actions/runs/6868633228/job/18683098188#step:7:350 Strange that it works in deformdemo, but not deform... 🤔 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. We need that one test in CI to pass.
Another PR in deformdemo Pylons/deformdemo#126 |
Merged the deformdemo PR, restarted CI, let's see what happens. 🤞 |
Same test still fails: https://github.com/Pylons/deform/actions/runs/6868633228/job/18697409622#step:7:351 |
|-( i hate selenium tests ... looking into it |
@stevepiercy ok got it working locally https://github.com/Pylons/deformdemo/pull/127/files |
Restarted failed CI. 🤞 |
I will add this [1] to the tests if possible ... firefox does not scroll |-( |
Added manual scroll to be in viewport of the button Pylons/deformdemo#128 |
Success! I'll merge now, and cut a 3.0.0a release later this week. Thank you for your work on this! |
Changes to work with bootstrap5 and bootstrap icons.