-
We have plenty of troubles with running the test suite in the openSUSE Build System (see https://build.opensuse.org/package/show/devel:languages:python/python-aiohttp for the current situation), many (even majority) of runs ends up bizarre internal errors like:
or
(presented errors are always different). Do you have any idea what could be wrong? Do you have special requirements for the tests to be run (huge amount of CPU, disk space, memory)? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Looks weird, but I'd try running against the 3.9 branch. We've had issues with time-machine and have now reverted back to freezegun, so double check if that makes a difference. Otherwise, I've never seen errors like that before and can't see how they even relate to our code... |
Beta Was this translation helpful? Give feedback.
-
@mcepl I see you use |
Beta Was this translation helpful? Give feedback.
@mcepl I see you use
pytest-xdist
. Up until today it didn't supportasyncio
. See pytest-dev/pytest-xdist#620