weiwei / junitparser

Parses JUnit/xUnit Result XML files with ease
https://junitparser.readthedocs.io
Other
120 stars 52 forks source link

Remove unused `future` dependency #114

Closed me4502 closed 1 year ago

me4502 commented 1 year ago

This dependency was removed from the requirements.txt for the 3.1.0 release, but it appears it was missed from removal here.

This removes the now unused dependency, as this dependency has install problems in a few situations.

codecov[bot] commented 1 year ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (81085ec) 98.24% compared to head (b8c536a) 98.24%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #114 +/- ## ======================================= Coverage 98.24% 98.24% ======================================= Files 8 8 Lines 1428 1428 ======================================= Hits 1403 1403 Misses 25 25 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

me4502 commented 1 year ago

Thanks for merging :) Would it be possible to get this into a release if possible please?

BradHolmes commented 11 months ago

Agreed, can we get this released ASAP? It is now blocking for us.

weiwei commented 11 months ago

Hi folks, sorry for the delay. 3.1.1 is published. It should contain the changes.