torproject / stem

Python controller library for Tor
https://stem.torproject.org/
GNU Lesser General Public License v3.0
257 stars 75 forks source link

fix unit/integration tests #140

Closed PascalinDe closed 9 months ago

PascalinDe commented 9 months ago

Hi,

we fixed most of the unit/integration tests on our fork. The only test I couldn't find what wasn't working is test_exit_used which is one of the test cases for the example use cases, so I marked it as an expected failure instead (as it seemed to me that it's a problem in the example code and not in stem itself). Another problem is that the cryptography library seems to have changed their API in >= v40.0, so I pinned it to the last working version.

We also added a CI, if that's useful for you I can open another PR with that as well.

Best, Carine