taurus-org / taurus

Moved to https://gitlab.com/taurus-org/taurus
http://taurus-scada.org
43 stars 46 forks source link

tests failing for py27qt5 #1073

Closed cpascual closed 4 years ago

cpascual commented 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

cpascual commented 4 years ago

This thread seems to confirm the suspicion.

It seems that forcing pytest to >=3.6.3 should fix it