deluge/.github/workflows
Calum Lind f78506161d
[CI] Fix failing Windows Python 3.10 tests
A recent dependency change caused the tests running on GitHub Actions
under Python 3.10.5 on Windows to fail when starting pytest run:

    ...
    INTERNALERROR>   File "<frozen importlib._bootstrap>", line 123, in acquire
    INTERNALERROR> KeyError: xxxx

The cause seems to have been a newer version of chardet package released
recently.

* Fixed by pinning chardet to v4
* Also pin Windows version to 2019 to match packaging workflow

See-also: https://github.com/deluge-torrent/deluge/actions/runs/2578427588
Issue: https://github.com/chardet/chardet/issues/265
2022-06-29 15:07:23 +01:00
..
cd.yml [CD] Cleanup pip cache in Win builds 2022-06-13 19:37:41 +01:00
ci.yml [CI] Fix failing Windows Python 3.10 tests 2022-06-29 15:07:23 +01:00
docs.yml [Install] Update and fix python optional requirements 2021-07-31 22:08:23 +01:00
lint.yml [Install] Update and fix python optional requirements 2021-07-31 22:08:23 +01:00