Closed cpascual closed 4 years ago
Even after fixing #1069, the py2qt5 tests are still failing. Now the problem seems related to pytest again.
A quick comparison shows that the tox conda environments have different versions of pytest, being the py2qt5 the one with the oldest pytest version:
Maybe forcing a higher version of pytest in py27qt5 could help?
Also, if this is not fixed promptly, at least the py27qt5 test should be "allowed to fail" to facilitate the CI
This thread seems to confirm the suspicion.
It seems that forcing pytest to >=3.6.3 should fix it
Even after fixing #1069, the py2qt5 tests are still failing. Now the problem seems related to pytest again.
A quick comparison shows that the tox conda environments have different versions of pytest, being the py2qt5 the one with the oldest pytest version:
Maybe forcing a higher version of pytest in py27qt5 could help?
Also, if this is not fixed promptly, at least the py27qt5 test should be "allowed to fail" to facilitate the CI