meejah / txtorcon

Twisted-based asynchronous Tor control protocol implementation. Includes unit-tests, examples, state-tracking code and configuration abstraction.
http://fjblvrw2jrxnhtg67qpbzi45r7ofojaoo3orzykesly2j3c2m3htapid.onion/
MIT License
249 stars 72 forks source link

All of test.test_web skipped #354

Closed exarkun closed 3 years ago

exarkun commented 3 years ago

From a recent GitHub Actions run:

  [SKIPPED]
  False

  test.test_web.WebAgentTests.test_agent
  test.test_web.WebAgentTests.test_agent_no_socks
  test.test_web.WebAgentTests.test_agent_with_circuit
  test.test_web.WebAgentTests.test_socks_agent_error_saving
  test.test_web.WebAgentTests.test_socks_agent_tcp_host_port
  test.test_web.WebAgentTests.test_socks_agent_tcp_port
  test.test_web.WebAgentTests.test_socks_agent_unix

This seems to be a Python 3-ism or a Twisted 21.7-ism as I don't see it on all configurations.