mirror of
https://github.com/certbot/certbot.git
synced 2026-06-07 15:52:08 -04:00
Part of #7886. This PR conditionally installs mock in `apache/setup.py` based on setuptools version and python version, when possible. It then updates `apache` tests to use `unittest.mock` when `mock` isn't available. * Conditionally install mock in apache * error out on newer python and older setuptools * error when trying to build wheels with old setuptools * use unittest.mock when third-party mock isn't available in apache, with no cover and type ignore
3 lines
101 B
Text
3 lines
101 B
Text
# Remember to update setup.py to match the package versions below.
|
|
acme[dev]==0.29.0
|
|
-e certbot[dev]
|