Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: enforce constraints during unit tests #760

Merged
merged 1 commit into from May 25, 2021

Commits on May 25, 2021

  1. fix: enforce constraints during unit tests

    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
    tseaver committed May 25, 2021
    Configuration menu
    Copy the full SHA
    6ac6365 View commit details
    Browse the repository at this point in the history