Skip to content

Commit f15668f

Browse files
committed
radicale tests seems to be repaired + minor docfixes and CHANGELOG entries
1 parent 8964614 commit f15668f

4 files changed

Lines changed: 8 additions & 3 deletions

File tree

.readthedocs.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,3 @@ python:
3939
path: .
4040
extra_requirements:
4141
- doc
42-

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ In version 2.0, the requests library will be replaced with niquests or httpx. S
1414

1515
## [1.5.0] - [Unreleased]
1616

17+
### Fixed
18+
19+
* Readthedocs integration has been repaired (https://github.com/python-caldav/caldav/pull/453 - but eventually the fix was introduced directly in the master branch)
20+
1721
### Deprecated
1822

1923
Python 3.7 is no longer tested - but it should work. Please file a bug report if it doesn't work. (Note that the caldav library pulls in many dependencies, and not all of them supports dead snakes).
@@ -26,6 +30,7 @@ Python 3.7 is no longer tested - but it should work. Please file a bug report i
2630

2731
#### Test framework
2832

33+
* Radicale tests have been broken for a while, but now it's fixed ... and github will be running those tests as well. https://github.com/python-caldav/caldav/pull/480 plus commits directly to the main branch.
2934
* Python 3.13 is officially supported by github user @ArtemIsmagilov in https://github.com/python-caldav/caldav/pull/454
3035
* Functional test framework has been refactored in https://github.com/python-caldav/caldav/pull/450
3136
* code for setting up and rigging down xandikos/radicale servers have been moved from `tests/test_caldav.py` to `tests/conf.py`. This allows for:

docs/source/index.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ Project home
1919
The project currently lives on github,
2020
https://github.com/python-caldav/caldav - if you have problems using
2121
the library (including problems understanding the documentation),
22-
please feel free to report it on the issue tracker there.
22+
please feel free to report it on the issue tracker there or send email
23+
to caldav@plann.no.
2324

2425
Backward compatibility support
2526
==============================

tests/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ def setup_radicale(self):
107107
self.configuration.update(
108108
{
109109
"storage": {"filesystem_folder": self.serverdir.name},
110-
"auth": {"type": None},
110+
"auth": {"type": "none"},
111111
}
112112
)
113113
self.server = radicale.server

0 commit comments

Comments
 (0)