CyberGRX / questions-three

Toolkit for developing and executing system-level tests
MIT License
5 stars 2 forks source link

upgrade to junit-xml 1.9+ #14

Open ToddBradley opened 4 years ago

ToddBradley commented 4 years ago

Currently, Questions Three's dependencies are pinned to version 1.8 of junit-xml. Version 1.9 came out February 2020, but introduces some incompatibilities with Questions Three. The setup.py file says this:

'junit-xml==1.8',  # required by junit reporter. Fixed at version 1.8 because 1.9 introduces an interface change that causes the reporter to break.

Somebody should figure out what the breaking changes are and update Questions Three to work with 1.9 and newer.

https://pypi.org/project/junit-xml/