Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Solve TypeError for py39 #184

Closed
wants to merge 14 commits into from
Closed

Conversation

veenstrajelmer
Copy link
Collaborator

No description provided.

@veenstrajelmer veenstrajelmer linked an issue Dec 4, 2023 that may be closed by this pull request
@Huite
Copy link
Collaborator

Huite commented Dec 4, 2023

We're using pixi now to setup and environment and run the tests, which makes life a lot easier (also faster).

Ideally we could sort this out with pixi. There's two related issues:

A somewhat clumsy workaround is to define more than one pixi.toml (in different dirs if need be), with different python versions, but identical tasks.
Then during testing, activate them one by one and run consecutively.

However, I wouldn't be surprised if pixi has this sorted out in a few months with a proper solution.

@Huite
Copy link
Collaborator

Huite commented Dec 4, 2023

Easiest way of doing it now, I guess (?):

Start with pixi add python=3.9, run tests, then pixi add python=3.10, run tests, and finally 3.11.

This ends up recreating the environments every single time (which is still pretty fast probably).

@veenstrajelmer veenstrajelmer changed the title testing on multiply python versions Solve TypeError for py39 Dec 4, 2023
@veenstrajelmer
Copy link
Collaborator Author

Will be picked up in #185

@veenstrajelmer veenstrajelmer deleted the 183-solve-typeerror-for-py39 branch December 4, 2023 12:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Solve TypeError for py3.9
2 participants