serverless / serverless-python-requirements

⚡️🐍📦 Serverless plugin to bundle Python packages
MIT License
1.09k stars 289 forks source link

[Investigation] Lengthy CI builds #798

Closed pgrzesik closed 7 months ago

pgrzesik commented 8 months ago

Are you certain it's a bug?

Are you using the latest plugin release?

Is there an existing issue for this?

Issue description

This is for my own bookkeeping, it looks like we have a bit of a regression on CI at the moment, where all the test runs take a very long time (or even timeout). In order to unblock release, I will temporarily turn off certain test runs and then gradually modernize the current CI test suite (which is quite outdated at the moment).

Service configuration (serverless.yml) content

N/A

Command name and used flags

N/A

Command output

N/A

Environment information

N/A
pgrzesik commented 7 months ago

The issue was caused by very long dependency resolution process by poetry