mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-06-13 21:08:21 +00:00
Try debugging CI/ubuntu-20.04 integration tests..
Does restoring the "charset_normalizer < 3" pin make the tests pass?
This commit is contained in:
7
setup.py
7
setup.py
@ -147,6 +147,13 @@ install_requires = [
|
|||||||
# for pid-file support
|
# for pid-file support
|
||||||
"psutil",
|
"psutil",
|
||||||
"filelock",
|
"filelock",
|
||||||
|
|
||||||
|
# treq needs requests, requests needs charset_normalizer,
|
||||||
|
# charset_normalizer breaks PyInstaller
|
||||||
|
# (https://github.com/Ousret/charset_normalizer/issues/253). So work around
|
||||||
|
# this by using a lower version number. Once upstream issue is fixed, or
|
||||||
|
# requests drops charset_normalizer, this can go away.
|
||||||
|
"charset_normalizer < 3",
|
||||||
]
|
]
|
||||||
|
|
||||||
setup_requires = [
|
setup_requires = [
|
||||||
|
Reference in New Issue
Block a user