idlesign / torrt

Automates torrent updates for you
https://github.com/idlesign/torrt
BSD 3-Clause "New" or "Revised" License
112 stars 19 forks source link

fix yts.mx tracker tests #80

Closed NecroKote closed 2 years ago

NecroKote commented 2 years ago

Didn't find any public domain movies on that tracker, so resorted to good old Matrix`91. Also fixed BS4 warning in the same tracker test

Closes #79

NecroKote commented 2 years ago

Omg... One step forward, two steps back... Now pytest-responsemock fails with AttributeError: module 're' has no attribute 'Pattern' on 3.6.

Seems like the reason is that https://github.com/idlesign/pytest-responsemock is dependent on responses and they just dropped support for 3.6 in 0.18.0. I'll report that in the second repository. But we definetly need to come up with a more sustainable solution. Maybe introduce pipenv to lock all the dependencies, IDK...

coveralls commented 2 years ago

Pull Request Test Coverage Report for Build 1791507526


Files with Coverage Reduction New Missed Lines %
torrt/trackers/ytsmx.py 2 84.21%
<!-- Total: 2 -->
Totals Coverage Status
Change from base Build 1770414360: 0.2%
Covered Lines: 1121
Relevant Lines: 1648

💛 - Coveralls
idlesign commented 2 years ago

Thank you. Merged.