chdsbd / kodiak

🔮 A bot to automatically update and merge GitHub PRs
https://kodiakhq.com
GNU Affero General Public License v3.0
1.03k stars 65 forks source link

fix: bot and web_api build #731

Closed chdsbd closed 2 years ago

chdsbd commented 2 years ago

The Poetry install for purest was failing because it's dependency, pluggy was failing to install because it's dependency, zipp was failing to install.

Bumping the pytest version fixes the install, but I also needed to upgrade pytest-asyncio to fix a deprecation error.

sbdchd commented 2 years ago

Looks like we might need to upgrade our poetry version to avoid that runtime bug: https://github.com/python-poetry/poetry/issues/4409#issuecomment-903173358

chdsbd commented 2 years ago

732 should resolve this