Closed oysteoh closed 1 year ago
FYI, in the github action workflow that tests webviz-ert, urllib3 is already pinned, but pip
still installs a newer urllib3.[
FYI, in the github action workflow that tests webviz-ert, urllib3 is already pinned, but
pip
still installs a newer urllib3.[
I guess it is because the new version is installed through a dependency when installing webviz-ert, and by pinning it this should now be solved? Or am i thinking wrong here?
Some test dependency must install a newer version then?
Some test dependency must install a newer version then?
i.e selenium uses requests which uses urllib3 - so i guess it is pulled down when running the tests. Updated the PR to add the pinning there instead.
urllib3 needs to be pinned below v2 due to incompabilites with RHEL7