File tree 1 file changed +5
-1
lines changed
1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -321,6 +321,10 @@ In the future, the Django codebase may be more robust when tested against
321
321
different SQLite configurations and the `CFLAGS` workaround may no longer be
322
322
necessary.
323
323
324
+ Running SpatiaLite tests against specific versions of SQLite/SpatiaLite is not
325
+ currently supported. The versions of SQLite and SpatiaLite that come with the
326
+ operating system are used for these tests.
327
+
324
328
### Other Versions
325
329
326
330
For the Memcached, Redis, and Selenium container images, the latest container
@@ -341,7 +345,7 @@ with no promises that they'll be delivered:
341
345
- Add support for running accessibility tooling and report generation
342
346
- Support report generation during monthly runs and publish to GitHub Pages
343
347
- Publish pre-built container images to the GitHub Container Registry
344
- - Support testing against different versions of SQLite and SpatiaLite
348
+ - Support testing against different versions of SpatiaLite
345
349
- Support running with Podman in addition to Docker
346
350
- Support generating screenshots into `./output/screenshots/`
347
351
You can’t perform that action at this time.
0 commit comments