Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/sherlock/commit/ab869ef9742b2e4aa99e7401ff96c67434d9d0c7 You should set ROOT_URL correctly, otherwise the web may not work correctly.

Downgrade tox

CentOS Stream seems to lack tox >= 4, so 3 is needed for proper support.
Version can be bumped safely once the CentOS package for tox is updated.
pull/2197/head
Paul Pfeister 9 months ago
parent 61ef8eb3c3
commit ab869ef974
No known key found for this signature in database
GPG Key ID: 70D33A96CBD7A994

@ -1,6 +1,6 @@
[tox]
requires =
tox >= 4
tox >= 3
envlist =
lint
py313

Loading…
Cancel
Save