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

hypothesis tests take too long under qemu #1237

Closed
bdraco opened this issue Oct 12, 2024 · 1 comment · Fixed by #1238
Closed

hypothesis tests take too long under qemu #1237

bdraco opened this issue Oct 12, 2024 · 1 comment · Fixed by #1238

Comments

@bdraco
Copy link
Member

bdraco commented Oct 12, 2024

Previous build failed due to timeout https://github.com/aio-libs/yarl/actions/runs/11307702438

          ```

25.04s call tests/test_quoting.py::test_fuzz__PyQuoter
7.50s call tests/test_quoting.py::test_quote_unquote_parameter_path_safe[PyUnquoter-PyQuoter]
2.23s call tests/test_quoting.py::test_quote_unquote_parameter_path_safe[PyUnquoter-CQuoter]
2.08s call tests/test_quoting.py::test_quote_unquote_parameter_path_safe[CUnquoter-PyQuoter]
1.51s call tests/test_quoting.py::test_fuzz__PyUnquoter
1.06s call tests/test_quoting.py::test_quote_unquote_parameter_path_safe[CUnquoter-CQuoter]
0.90s call tests/test_quoting.py::test_quote_unquote_parameter_requote[PyUnquoter-CQuoter]
0.88s call tests/test_quoting.py::test_quote_unquote_parameter_requote[PyUnquoter-PyQuoter]
0.86s call tests/test_quoting.py::test_quote_unquote_parameter[CUnquoter-PyQuoter]
0.86s call tests/test_quoting.py::test_quote_unquote_parameter[CUnquoter-CQuoter]


Looks like hypothesis is more of an issue

_Originally posted by @bdraco in https://github.com/aio-libs/yarl/issues/1236#issuecomment-2408697750_
            
@bdraco
Copy link
Member Author

bdraco commented Oct 12, 2024

https://cibuildwheel.pypa.io/en/stable/options/#examples_21

example show how to skip all the tests, but really we just want to skip these

bdraco added a commit that referenced this issue Oct 12, 2024
Some of these tests take more than 25s+ when building wheels

fixes #1237

Previous build failed due to timeout https://github.com/aio-libs/yarl/actions/runs/11307702438
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 a pull request may close this issue.

1 participant