Closed osma closed 3 years ago
I have the same problem. Have you found out which requirement causes the error?
@ppeczek No, sorry. For now I just selected a 5.x version of pytest where everything works. It could be related to the naming of test files and folders, I didn't investigate very deeply.
I had to force the use of
pytest<6.0.0
in setup.py because I couldn't get test collection to work with any 6.x version.Here's what happens if I switch to
pytest==6.1.1
and runpython setup.py test
:Ideas (and PRs) welcome!