Skip to content

Avoid using --show-capture opt for pytest in py27-qt5

Carlos Pascual requested to merge github/fork/cpascual/bug1068 into develop

For some reason, the travis tests for the py27-qt5 target started complaining that pytest does not recognize the --show-capture option.

Remove the option (only for py27-qt5) to allow the tests to work. This fixes #1068 (closed)

Merge request reports