From 8978e4dbffbe721e98f0a905505371522235ee59 Mon Sep 17 00:00:00 2001 From: Erica Portnoy Date: Thu, 28 Mar 2024 15:42:41 -0700 Subject: [PATCH] remove useless editable-legacy flag --- =64 | 73 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ tox.ini | 1 - 2 files changed, 73 insertions(+), 1 deletion(-) create mode 100644 =64 diff --git a/=64 b/=64 new file mode 100644 index 000000000..88ef8e2e7 --- /dev/null +++ b/=64 @@ -0,0 +1,73 @@ +Obtaining file:///home/erica/certbot/acme + Preparing metadata (setup.py): started + Preparing metadata (setup.py): finished with status 'done' +Obtaining file:///home/erica/certbot/certbot-apache + Preparing metadata (setup.py): started + Preparing metadata (setup.py): finished with status 'done' +Obtaining file:///home/erica/certbot/certbot-dns-cloudflare + Preparing metadata (setup.py): started + Preparing metadata (setup.py): finished with status 'done' +Obtaining file:///home/erica/certbot/certbot-dns-digitalocean + Preparing metadata (setup.py): started + Preparing metadata (setup.py): finished with status 'done' +Obtaining file:///home/erica/certbot/certbot-dns-dnsimple + Preparing metadata (setup.py): started + Preparing metadata (setup.py): finished with status 'done' +Obtaining file:///home/erica/certbot/certbot-dns-dnsmadeeasy + Preparing metadata (setup.py): started + Preparing metadata (setup.py): finished with status 'done' +Obtaining file:///home/erica/certbot/certbot-dns-gehirn + Preparing metadata (setup.py): started + Preparing metadata (setup.py): finished with status 'done' +Obtaining file:///home/erica/certbot/certbot-dns-google + Preparing metadata (setup.py): started + Preparing metadata (setup.py): finished with status 'done' +Obtaining file:///home/erica/certbot/certbot-dns-linode + Preparing metadata (setup.py): started + Preparing metadata (setup.py): finished with status 'done' +Obtaining file:///home/erica/certbot/certbot-dns-luadns + Preparing metadata (setup.py): started + Preparing metadata (setup.py): finished with status 'done' +Obtaining file:///home/erica/certbot/certbot-dns-nsone + Preparing metadata (setup.py): started + Preparing metadata (setup.py): finished with status 'done' +Obtaining file:///home/erica/certbot/certbot-dns-ovh + Preparing metadata (setup.py): started + Preparing metadata (setup.py): finished with status 'done' +Obtaining file:///home/erica/certbot/certbot-dns-rfc2136 + Preparing metadata (setup.py): started + Preparing metadata (setup.py): finished with status 'done' +Obtaining file:///home/erica/certbot/certbot-dns-route53 + Preparing metadata (setup.py): started + Preparing metadata (setup.py): finished with status 'done' +Obtaining file:///home/erica/certbot/certbot-dns-sakuracloud + Preparing metadata (setup.py): started + Preparing metadata (setup.py): finished with status 'done' +Obtaining file:///home/erica/certbot/certbot-nginx + Preparing metadata (setup.py): started + Preparing metadata (setup.py): finished with status 'done' +Obtaining file:///home/erica/certbot/certbot + Preparing metadata (setup.py): started + Preparing metadata (setup.py): finished with status 'done' +Requirement already satisfied: setuptools in ./.tox/oldest/lib/python3.8/site-packages (41.6.0) +Collecting cryptography>=3.2.1 + Using cached cryptography-3.2.1-cp35-abi3-manylinux2010_x86_64.whl.metadata (5.2 kB) +Collecting josepy>=1.13.0 + Using cached josepy-1.14.0-py3-none-any.whl.metadata (1.8 kB) +Collecting PyOpenSSL!=23.1.0,>=17.5.0 + Using cached pyOpenSSL-17.5.0-py2.py3-none-any.whl.metadata (5.1 kB) +Collecting pyrfc3339 + Using cached pyRFC3339-1.0-py2.py3-none-any.whl.metadata (1.7 kB) +Collecting pytz>=2019.3 + Using cached pytz-2019.3-py2.py3-none-any.whl.metadata (20 kB) +Collecting requests>=2.20.0 + Using cached requests-2.20.0-py2.py3-none-any.whl.metadata (5.6 kB) +Collecting importlib_resources>=1.3.1 + Using cached importlib_resources-6.1.1-py3-none-any.whl.metadata (4.1 kB) +Collecting pytest + Using cached pytest-7.4.3-py3-none-any.whl.metadata (7.9 kB) +Collecting pytest-xdist + Using cached pytest_xdist-3.5.0-py3-none-any.whl.metadata (3.1 kB) +Collecting typing-extensions + Using cached typing_extensions-4.8.0-py3-none-any.whl.metadata (3.0 kB) +INFO: pip is looking at multiple versions of certbot-apache[dev] to determine which version is compatible with other requirements. This could take a while. diff --git a/tox.ini b/tox.ini index a1512a05d..24a5b0ff5 100644 --- a/tox.ini +++ b/tox.ini @@ -71,7 +71,6 @@ commands = {[testenv:py]commands} # tools/pinning/oldest/pyproject.toml. basepython = python3.8 setenv = CERTBOT_OLDEST=1 -package = editable-legacy commands = {[testenv:py]commands} [testenv:cover]