commit df82798dff980fff9ae9b32bfa07f7d7ddb1c27a Author: Dave Rolek dmr-x@riseup.net Date: Mon Jun 11 03:01:23 2018 +0000
Decorate the ORPort downloading test as requiring the cryptography module
(All circuit construction requires the cryptography module.) --- test/integ/descriptor/remote.py | 1 + 1 file changed, 1 insertion(+)
diff --git a/test/integ/descriptor/remote.py b/test/integ/descriptor/remote.py index 65800677..41fded2c 100644 --- a/test/integ/descriptor/remote.py +++ b/test/integ/descriptor/remote.py @@ -18,6 +18,7 @@ import test.require class TestDescriptorDownloader(unittest.TestCase): @test.require.only_run_once @test.require.online + @test.require.cryptography def test_downloading_via_orport(self): moria1 = stem.directory.Authority.from_cache()['moria1']
tor-commits@lists.torproject.org