kevlened / pytest-parallel

A pytest plugin for parallel and concurrent testing
https://github.com/browsertron/pytest-parallel/issues/104#issuecomment-1293941066
MIT License
313 stars 59 forks source link

Fixes browsertron/pytest-parallel/#118 #119

Closed jfennick closed 1 year ago

jfennick commented 1 year ago

118 is breaking many organizations' CI systems, including mine. Please merge asap.

jfennick commented 1 year ago

Also solved it for us.

When can we expect a bugfix release?

kevlened commented 1 year ago

@jfennick @WP-LKL Unfortunately, no ETA. I can't access the email behind the pypi account anymore, so I can't push. I recommend version pinning an old pytest version.

https://github.com/pypa/pypi-support/issues/2343

The-Compiler commented 1 year ago

No need to pin, just add py to your dependencies manually.