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
18 lines
384 B
Plaintext
18 lines
384 B
Plaintext
libtorrent
|
|
twisted[tls]>=17.1
|
|
rencode
|
|
pyopenssl
|
|
pyxdg
|
|
pillow
|
|
mako
|
|
setuptools
|
|
chardet==4.0.0
|
|
setproctitle
|
|
pywin32; sys_platform == 'win32'
|
|
certifi; sys_platform == 'win32'
|
|
windows-curses; sys_platform == 'win32'
|
|
zope.interface>=4.4.2
|
|
distro; 'linux' in sys_platform or 'bsd' in sys_platform
|
|
pygeoip
|
|
https://github.com/pydron/ifaddr/archive/37cb5334f392f12811d38d90ec891746e3247c76.zip
|