Skip to content

4.8.1 - Fix proxy with auth and refresh Python dependencies

Compare
Choose a tag to compare
@mdmintz mdmintz released this 07 Nov 19:09
· 2249 commits to master since this release
e8a908b

Fix proxy with auth and refresh Python dependencies

  • Fix proxy with auth.
    --> This resolves #1599
  • Refresh Python dependencies.
    --> Refresh Python dependencies
  • Add more retry time for failed driver downloads.
    --> The driver manager now waits an extra two seconds.
  • Update documentation.

To proxy with authentication in tests, you can run pytest with:

pytest --proxy="USER:PASS@SERVER:PORT"

What's Changed

  • Fix proxy with auth and refresh Python dependencies by @mdmintz in #1600

Full Changelog: v4.8.0...v4.8.1