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
I imagine the build chain to build chromedriver is a bit of a bear... however, might we not (also) package the chromedriver binaries themselves rather than downloading them at use time? Especially for testing, it's nice to have all your dependencies cached, and this would require a special case for, e.g. travis.
The text was updated successfully, but these errors were encountered:
I can't see the point in having a separate package just for chromedriver. Sure it'll be a more elegant solution, but since chromedriver binaries and its python package are tightly coupled (versions are always in sync), the gains would be marginal.
But that's just me. Maybe I'm missing some point here.
But that's just me. Maybe I'm missing some point here.
Off the top of my head:
- shorter name
- don't want python in your env
- better provenance of the hashes
- not having to use a script to get the location
Thanks for this, I'm glad it is here... and might use it to test some stuff like conda-forge/staged-recipes#5735 !
I imagine the build chain to build chromedriver is a bit of a bear... however, might we not (also) package the chromedriver binaries themselves rather than downloading them at use time? Especially for testing, it's nice to have all your dependencies cached, and this would require a special case for, e.g. travis.
The text was updated successfully, but these errors were encountered: