abundant-tent-27407
10/10/2024, 7:20 AMpants dependencies --filter-target-type=python_sources,python_tests --transitive ::
in my CI environment vs locally?abundant-tent-27407
10/10/2024, 7:23 AMpyproject.toml
file that aren't been used, by taking all the dependencies relating to our poetry_requirements
that are in use and comparing to the list in the toml file.happy-kitchen-89482
10/11/2024, 3:58 PMabundant-tent-27407
10/11/2024, 5:39 PMpoetry_requirements(
name="root",
overrides={
"fastapi": {
"dependencies": [":root#aiohttp"]
abundant-tent-27407
10/11/2024, 9:34 PMpoetry_requirements
is treated differently, do you have any idea why?happy-kitchen-89482
10/14/2024, 5:56 PMabundant-tent-27407
10/14/2024, 6:22 PMpants dependencies --filter-target-type=python_sources,python_tests --transitive ::
, take all the root
targets and then compare against the dependencies in my pyproject.toml. Locally I get a perfect match, but in CI the above command doesn't include aiohttp
.happy-kitchen-89482
10/15/2024, 9:45 AMhappy-kitchen-89482
10/15/2024, 9:46 AMhappy-kitchen-89482
10/15/2024, 9:46 AMhappy-kitchen-89482
10/15/2024, 9:46 AMhappy-kitchen-89482
10/15/2024, 9:52 AMhappy-kitchen-89482
10/15/2024, 9:52 AMabundant-tent-27407
10/15/2024, 9:56 AM