mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
This was added in https://github.com/certbot/certbot/pull/6091 to make tests pass in EPEL and older ubuntus, 7 years ago. It is probably no longer needed. | pytest version | min. Python version | |---------------|---------------------| |8.0+ | 3.8+| | 7.1+ | 3.7+ | | 6.2 - 7.0 | 3.6+ | | 5.0 - 6.1 | 3.5+ | | 3.3 - 4.6 | 2.7, 3.4+ | That version is [no longer supported](https://docs.pytest.org/en/stable/backwards-compatibility.html). Probably therefore we can just get rid of this.
8 lines
225 B
Text
8 lines
225 B
Text
include LICENSE.txt
|
|
include README.rst
|
|
recursive-include docs *
|
|
recursive-include examples *
|
|
recursive-include src/acme/_internal/tests/testdata *
|
|
include src/acme/py.typed
|
|
global-exclude __pycache__
|
|
global-exclude *.py[cod]
|