Skip to content
This repository has been archived by the owner on Jan 5, 2024. It is now read-only.

Integration fixes #8

Merged
merged 37 commits into from
May 28, 2022
Merged

Integration fixes #8

merged 37 commits into from
May 28, 2022

Conversation

studioph
Copy link
Collaborator

@studioph studioph commented May 28, 2022

After #7 there were still some issues with the integration testing, and I ended up having to do a lot of digging along with trial and error to figure out how Github Actions does certain things (especially when running jobs in containers).

There were some other items that also added to the mix - mainly that in trying to make the images smaller (they were >1GB previously) by using the slim python images I discovered that poetry requires git to be installed in order to install this project from git after merging PRs. I investigated some other approaches such as using actions to build a wheel locally, but that does not allow for installing extras it seems. Ultimately I had to manually add git to the dockerfiles.

There was one main net positive result from all of this, and that was when I finally was able to run the integration tests, they exposed that typing-extensions was not being installed in 3.7 and 3.8 as it was not explicitly listed as a dependency. This has also been fixed as part of this PR which adds it as a conditional dependency for python versions < 3.9.

(Note that the most recent manual invoke of the integration job still fails as the job itself references the main branch and does not have the fix)

@studioph studioph merged commit 5f2de88 into main May 28, 2022
@studioph studioph deleted the integration-fixes branch May 28, 2022 20:17
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant