chiark / gitweb /
Stop using deprecated distutils.version.LooseVersion in tests.
authorVladimír Vondruš <mosra@centrum.cz>
Wed, 21 Aug 2024 09:23:20 +0000 (11:23 +0200)
committerVladimír Vondruš <mosra@centrum.cz>
Wed, 21 Aug 2024 11:50:31 +0000 (13:50 +0200)
commit8f080819783f2daf085d8b8d954dcbee4d27c2a9
tree2383784405501dd6c503bc7a5c265ffb82a04cea
parent523506668a61646603ed299e1b60b7f77a8ebd77
Stop using deprecated distutils.version.LooseVersion in tests.

I was waiting *half a decade* for this to get resolved in a less than
insane way, but NOPE. Instead of using builtin functionality for such a
basic operation as version comparison (heck, even CMake has that
builtin!!) we're now instructed to PIP INSTALL PACKAGING. Where did the
"batteries included" spirit go? Why is everything increasingly
overengineered? Why can't a project stay in place for a few years, WHY
DO I HAVE TO ADAPT TO MEANINGLESS CHANGES ALL THE TIME?!
15 files changed:
documentation/test_doxygen/__init__.py
documentation/test_doxygen/test_compound.py
documentation/test_doxygen/test_contents.py
documentation/test_doxygen/test_cpp.py
documentation/test_doxygen/test_example.py
documentation/test_doxygen/test_page.py
documentation/test_python/__init__.py
documentation/test_python/test_inspect.py
documentation/test_python/test_page.py
pelican-theme/test/__init__.py
pelican-theme/test/test_page.py
plugins/m/test/__init__.py
plugins/m/test/test_dot.py
plugins/m/test/test_plots.py
plugins/m/test/test_qr.py