mirror of
https://github.com/certbot/certbot.git
synced 2026-08-01 02:54:34 +02: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
104 B
Plaintext
3 lines
104 B
Plaintext
# Remember to update setup.py to match the package versions below.
|
|
acme[dev]==0.29.0
|
|
certbot[dev]==1.1.0 |