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

Merge icalendar master into master for PR #1

Closed
wants to merge 49 commits into from

Conversation

niccokunzmann
Copy link

This should update your PR collective#502 so the tests run.

niccokunzmann and others added 30 commits October 5, 2022 21:07
The example uses the pytz module:
event.add('dtstart', datetime(2005,4,4,8,0,0,tzinfo=pytz.utc))
But doesn't import it
add missing import pytz in example
In order for the test in
https://github.com/collective/icalendar/blob/master/src/icalendar/tests/test_with_doctest.py
not to fail it was necessary to normilize the whitespace
display example's content in the usage section
The labels were broken. The URL has changed.
See also badges/shields#8671
correct status badges for branches master and 4.x
niccokunzmann and others added 19 commits April 13, 2023 13:02
This adds the commands to push the new changelog section
refactored DURATION_REGEX
…_ical()): updated WEEKDAY_RULE regex to accept 2 digits. Added tests for to_ical() covering various BYDAY values.
Fix for issue 518 (to_ical() with RRULE BYDAY values>=10)
Also, run the Python 3.11 tests with the latest Python 3.11, instead of a release candidate.

In the last two weekly cron tests, the plone tests fail with:

    ModuleNotFoundError: No module named 'plone.app.event'

I see the same locally.  I have no idea why.  But this seems a good time to stop running the `plone.app.event` tests within `icalendar`.
see https://docs.readthedocs.io/en/stable/config-file/v2.html#build-os
> The configuration key build.os is required to build your documentation.
Move pip cache into Python setup
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
7 participants