From 508fba1da6dd543aa840b45268c1ed1a6db15fe4 Mon Sep 17 00:00:00 2001 From: ohemorange Date: Fri, 25 Apr 2025 13:53:31 -0700 Subject: [PATCH] Why do we have this? It means warnings aren't filtered in acme tests (#10267) 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. --- acme/MANIFEST.in | 1 - acme/pytest.ini | 2 -- 2 files changed, 3 deletions(-) delete mode 100644 acme/pytest.ini diff --git a/acme/MANIFEST.in b/acme/MANIFEST.in index 601007bfe..baa6b1f02 100644 --- a/acme/MANIFEST.in +++ b/acme/MANIFEST.in @@ -1,6 +1,5 @@ include LICENSE.txt include README.rst -include pytest.ini recursive-include docs * recursive-include examples * recursive-include src/acme/_internal/tests/testdata * diff --git a/acme/pytest.ini b/acme/pytest.ini deleted file mode 100644 index 0c07ceac7..000000000 --- a/acme/pytest.ini +++ /dev/null @@ -1,2 +0,0 @@ -[pytest] -norecursedirs = .* build dist CVS _darcs {arch} *.egg