summaryrefslogtreecommitdiff
path: root/tox.ini
AgeCommit message (Collapse)Author
2024-08-21* Changes to make tests work whether tests are run under soupsieve 2.6Leonard 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-16Added Python 3.12 to the tox environments, and reduce the minimum tox ↵Leonard Richardson
version as per [bug=2016190]
2023-03-30Simplified the toxfile a bit.Leonard Richardson
2023-03-30Added tox environments for building the docs and running tests with no ↵Leonard Richardson
dependencies installed.
2023-03-30Added a tox.ini that runs the unit tests against different versions of Python.Leonard Richardson