Hi,
The pybis package is using pytest as a main dependency instead of a dev dependency. so during our dep resolution, for the main requirements.txt
latest version of pytest is picked up due to pybis. but our dev deps need pytest < 6 so it doesn’t really work.
I was wondering if there is a way to move pytest to a dev dep group.
Cheers
Amir Golparvar
Developer @FAIRmat