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

Speed up functional tests by relying on pure Python projects #811

Open
mkniewallner opened this issue Aug 10, 2024 · 0 comments
Open

Speed up functional tests by relying on pure Python projects #811

mkniewallner opened this issue Aug 10, 2024 · 0 comments
Assignees
Labels

Comments

@mkniewallner
Copy link
Collaborator

For functional tests, we rely on real-world packages that we retrieve from PyPI. Some of those packages are non-pure Python projects, and, while most of them provide wheels compatible with recent Python versions, it is not always the case, especially when we want to start testing against a Python version that is yet to be released. This means that we either spend more time installing packages in functional tests, or cannot install some projects at all, as they require system dependencies.

By switching to pure-Python packages, adding support for a new Python version should be more straightforward.

@mkniewallner mkniewallner added the enhancement New feature or request label Aug 10, 2024
@mkniewallner mkniewallner self-assigned this Aug 10, 2024
@mkniewallner mkniewallner added internal and removed enhancement New feature or request labels Aug 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant