test multiple platforms

This commit is contained in:
callebtc
2022-10-29 23:17:26 +02:00
parent 4abf1ba8b0
commit 89462cdd13
2 changed files with 5 additions and 1 deletions

View File

@@ -1,7 +1,10 @@
import requests
import pytest
from cashu.tor.tor import TorProxy
@pytest.mark.skip
def test_tor_setup():
s = requests.Session()