taurus-org / taurus_pyqtgraph

Moved to https://gitlab.com/taurus-org/taurus_pyqtgraph
3 stars 14 forks source link

Fix random errors in CI for py35 #65

Closed cpascual closed 4 years ago

cpascual commented 4 years ago

The tests involving {save,load}ConfigFile calls show spurious failures related to I/O. They seem related to the fact that these methods do not force file closure. This can be addressed in taurus.qt.qtcore.configuration, but until then, the tests should ensure that the files are properly closed.