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

tests get stuck in 1-core VM #109

Open
bmwiedemann opened this issue Feb 1, 2022 · 1 comment
Open

tests get stuck in 1-core VM #109

bmwiedemann opened this issue Feb 1, 2022 · 1 comment
Labels

Comments

@bmwiedemann
Copy link

While working on reproducible builds for openSUSE, I found that
our python-quimb package got stuck after tests

The last line printed was

========= 2582 passed, 56 skipped, 15044 warnings in 593.32s (0:09:53) =========

while in a normal run (on 4-core) it looked like

========== 2582 passed, 56 skipped, 23 warnings in 594.80s (0:09:54) ===========

Could the large number of warnings break the warning-summary that would follow?

@jcmgray
Copy link
Owner

jcmgray commented Feb 3, 2022

Hi @bmwiedemann, I'm afraid I'm not sure whats going on here, or whether a large number of warnings could break the pytest printout. The relevant thing for quimb I guess is what is causing all these warnings! e.g. is it mostly a single cause?

@jcmgray jcmgray added the bug label Mar 31, 2022
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

2 participants