Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-08-21 | * Changes to make tests work whether tests are run under soupsieve 2.6 | Leonard Richardson | |
or an earlier version. Based on a patch by Stefano Rivera. * Removed the strip_cdata argument to lxml's HTMLParser constructor, which never did anything and is deprecated as of lxml 5.3.0. Patch by Stefano Rivera. [bug=2076897] | |||
2024-01-16 | Added Python 3.12 to the tox environments, and reduce the minimum tox ↵ | Leonard Richardson | |
version as per [bug=2016190] | |||
2023-03-30 | Simplified the toxfile a bit. | Leonard Richardson | |
2023-03-30 | Added tox environments for building the docs and running tests with no ↵ | Leonard Richardson | |
dependencies installed. | |||
2023-03-30 | Added a tox.ini that runs the unit tests against different versions of Python. | Leonard Richardson | |