This website requires JavaScript.
Explore
Help
Register
Sign In
upstream
/
certbot
Watch
1
Star
0
Fork
You've already forked certbot
0
mirror of
https://github.com/certbot/certbot.git
synced
2026-06-03 13:59:02 -04:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
4
test-update-docker
certbot
/
letstest
/
setup.py
8 lines
84 B
Python
Raw
Permalink
Normal View
History
Unescape
Escape
Make a test farm tests package (#8821) Fixes https://github.com/certbot/certbot/issues/8781. This PR makes our test farm tests into a normal package so it and its dependencies can be tracked and installed like our other packages. Other noteworthy changes in this PR: * Rather than continuing to place logs in your CWD, they're placed in a temporary directory that is printed to the terminal. * `tests/letstest/auto_targets.yaml` was deleted rather than renamed because the file is no longer used. * make a letstest package * remove deleted deps * fix letstest install * add __init__.py * call main * Explicitly mention activating venv * rerename file * fix version.py path * clarify "this" * Use >= instead of caret requirement
2021-05-03 20:42:30 -04:00
from
setuptools
import
setup
Bump version to 5.6.0
2026-04-07 12:38:18 -04:00
version
=
'
5.6.0.dev0
'
Make a test farm tests package (#8821) Fixes https://github.com/certbot/certbot/issues/8781. This PR makes our test farm tests into a normal package so it and its dependencies can be tracked and installed like our other packages. Other noteworthy changes in this PR: * Rather than continuing to place logs in your CWD, they're placed in a temporary directory that is printed to the terminal. * `tests/letstest/auto_targets.yaml` was deleted rather than renamed because the file is no longer used. * make a letstest package * remove deleted deps * fix letstest install * add __init__.py * call main * Explicitly mention activating venv * rerename file * fix version.py path * clarify "this" * Use >= instead of caret requirement
2021-05-03 20:42:30 -04:00
Set up unreleased packages minus dns plugins to use pyproject.toml (#10424) Part of https://github.com/certbot/certbot/issues/10403 We were never actually updating the versions in certbot-ci and letstest. Not that it really matters, but let's do that there as well.
2025-08-18 12:57:14 -04:00
setup
(
version
=
version
,
Make a test farm tests package (#8821) Fixes https://github.com/certbot/certbot/issues/8781. This PR makes our test farm tests into a normal package so it and its dependencies can be tracked and installed like our other packages. Other noteworthy changes in this PR: * Rather than continuing to place logs in your CWD, they're placed in a temporary directory that is printed to the terminal. * `tests/letstest/auto_targets.yaml` was deleted rather than renamed because the file is no longer used. * make a letstest package * remove deleted deps * fix letstest install * add __init__.py * call main * Explicitly mention activating venv * rerename file * fix version.py path * clarify "this" * Use >= instead of caret requirement
2021-05-03 20:42:30 -04:00
)
Reference in a new issue
Copy permalink