You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test requirements: restrict adbutils to python < 3.10
The latest release of `adbutils` (1.2.11) explicitly pins
`requests<2.16`, resulting in installation of `requests-2.15.1`,
which is incompatible with python >= 3.10 due to use of
`collections.Mapping` that was moved to `collections.abc`.
Hence, the package is essentially incompatible with python >= 3.10,
and we should not be testing it there.
0 commit comments