• Please note that it is just a (rather broken) Python package.
    Its purpose is solely to download a `chromedriver` binary
    from the Google servers and make it discoverable by simply importing
    the module.
    
    The reason for removal is that it currently breaks the build process
    and pulls a very outdated version.
    
    If you wish to use the test suites with the Chrome / Chromium browser,
    you should manually install a `chromedriver` binary of an appropriate
    version into one of your `$PATH` directories.
    selurvedu authored
     
    Browse Files »
  • Also, a default value for `--setuptools-to-dir` is now specified.
    This change will make ez_setup.py use the cached setuptools.zip file,
    so there will be no more need to redownload it every time when
    `bootstrap.py` is invoked.
    selurvedu authored
     
    Browse Files »
  • This pulls setuptools 33.1.1 – the last version that works reliably
    with zc.buildout.
    selurvedu authored
     
    Browse Files »