From e0a8da4f776a8a1845b80e854ca96174fbf84c07 Mon Sep 17 00:00:00 2001 From: calle <93376500+callebtc@users.noreply.github.com> Date: Mon, 1 May 2023 22:44:06 +0200 Subject: [PATCH] enable tor test (#185) --- tests/test_tor.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_tor.py b/tests/test_tor.py index 8cbc92e..9861718 100644 --- a/tests/test_tor.py +++ b/tests/test_tor.py @@ -4,7 +4,6 @@ import requests from cashu.tor.tor import TorProxy -@pytest.mark.skip def test_tor_setup(): s = requests.Session()