diff --git a/.github/workflows/adamtest.yml b/.github/workflows/adamtest.yml index 147d296f..77b49451 100644 --- a/.github/workflows/adamtest.yml +++ b/.github/workflows/adamtest.yml @@ -51,7 +51,6 @@ jobs: pip install --user --upgrade pip pip install --user pipx pipx ensurepath - pip install setuptools pipx install poetry==1.4.2 poetry config virtualenvs.in-project true poetry install --with dev diff --git a/poetry.lock b/poetry.lock index f0a4b02f..14174e3f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -976,6 +976,23 @@ urllib3 = ">=1.25.10,<3.0" [package.extras] tests = ["coverage (>=6.0.0)", "flake8", "mypy", "pytest (>=7.0.0)", "pytest-asyncio", "pytest-cov", "pytest-httpserver", "tomli", "tomli-w", "types-requests"] +[[package]] +name = "setuptools" +version = "69.0.2" +description = "Easily download, build, install, upgrade, and uninstall Python packages" +category = "dev" +optional = false +python-versions = ">=3.8" +files = [ + {file = "setuptools-69.0.2-py3-none-any.whl", hash = "sha256:1e8fdff6797d3865f37397be788a4e3cba233608e9b509382a2777d25ebde7f2"}, + {file = "setuptools-69.0.2.tar.gz", hash = "sha256:735896e78a4742605974de002ac60562d286fa8051a7e2299445e8e8fbb01aa6"}, +] + +[package.extras] +docs = ["furo", "jaraco.packaging (>=9.3)", "jaraco.tidelift (>=1.4)", "pygments-github-lexers (==0.0.5)", "rst.linker (>=1.9)", "sphinx (<7.2.5)", "sphinx (>=3.5)", "sphinx-favicon", "sphinx-inline-tabs", "sphinx-lint", "sphinx-notfound-page (>=1,<2)", "sphinx-reredirects", "sphinxcontrib-towncrier"] +testing = ["build[virtualenv]", "filelock (>=3.4.0)", "flake8-2020", "ini2toml[lite] (>=0.9)", "jaraco.develop (>=7.21)", "jaraco.envs (>=2.2)", "jaraco.path (>=3.2.0)", "pip (>=19.1)", "pytest (>=6)", "pytest-black (>=0.3.7)", "pytest-checkdocs (>=2.4)", "pytest-cov", "pytest-enabler (>=2.2)", "pytest-mypy (>=0.9.1)", "pytest-perf", "pytest-ruff", "pytest-timeout", "pytest-xdist", "tomli-w (>=1.0.0)", "virtualenv (>=13.0.0)", "wheel"] +testing-integration = ["build[virtualenv] (>=1.0.3)", "filelock (>=3.4.0)", "jaraco.envs (>=2.2)", "jaraco.path (>=3.2.0)", "packaging (>=23.1)", "pytest", "pytest-enabler", "pytest-xdist", "tomli", "virtualenv (>=13.0.0)", "wheel"] + [[package]] name = "tomli" version = "2.0.1" @@ -1124,4 +1141,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = ">=3.8" -content-hash = "9ef8b2e393a47e4a8d2fd4bd5a703cb91f92218bafe14a0b57c937fecf7ade50" +content-hash = "b1a07194f3bc6a36905d6292b76b2ba1ee5ed63dcc400b9094776a407cc12b2b" diff --git a/pyproject.toml b/pyproject.toml index 8508ce54..25294e2a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,3 +43,4 @@ pytest-aiohttp = "^1.0.4" pytest-asyncio = "^0.21.1" pytest-cov = "^4.1.0" responses = "^0.23.3" +setuptools = "^69.0.2"