commit | 1a6496abfc17ab781bfa485dc74d0f7dbbe0c44b | [log] [tgz] |
---|---|---|
author | Tres Seaver <tseaver@palladion.com> | Tue May 25 11:57:22 2021 -0400 |
committer | GitHub <noreply@github.com> | Tue May 25 09:57:22 2021 -0600 |
tree | a58b1cc40eb5e12793cfeb5dee070cc8b8759c4a | |
parent | a9234423cb2b69068fc0d30a5a0ee86a599ab8b7 [diff] |
fix: enforce constraints during unit tests (#760) Drop explicit pin / constraint on 'urllib3': specific 'requests' versions have very narrow pins, and ours is only likely to create conflicts. Bump the 'requests' lower bound to '2.20.0', the lowest version for which our tests pass once constraints are being checked. Closes #759