mirror of
https://github.com/nicolargo/glances.git
synced 2026-06-22 12:38:37 -04:00
Correct unitary test with Python 3.5
This commit is contained in:
@@ -3,5 +3,6 @@ defusedxml
|
||||
packaging
|
||||
future; python_version < "3.0"
|
||||
ujson<3; python_version < "3.0"
|
||||
ujson<4; python_version >= "3.5" and python_version < "3.6"
|
||||
ujson<5; python_version >= "3.6" and python_version < "3.7"
|
||||
ujson; python_version >= "3.7"
|
||||
|
||||
Reference in New Issue
Block a user