wagtail-nest / wagtail-airtable

Airtable import and export support for Wagtail pages and Django models.
BSD 3-Clause "New" or "Revised" License
49 stars 15 forks source link

Fix to allow wagtail airtable to work as a developer depdendncy for local development. #43

Closed bmoe872 closed 1 year ago

bmoe872 commented 1 year ago

What this does

This update switches the build-system in pyproject.toml to allow for pip install -e <local file path for wagtail-airtable> which failed before due to a failure in how poetry did package resolution when you were not using poetry.

Details on why this change was necessary can be found here: https://github.com/python-poetry/poetry/issues/34#issuecomment-1054626460

Also updates the tests that the CI uses and removes python 3.6 since that is no longer being supported: https://github.com/actions/setup-python/issues/544#issuecomment-1332535877