mirror of
https://github.com/aljazceru/nutshell.git
synced 2025-12-20 18:44:20 +01:00
test multiple platforms
This commit is contained in:
3
.github/workflows/tests.yml
vendored
3
.github/workflows/tests.yml
vendored
@@ -4,9 +4,10 @@ on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
poetry:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest, macos-latest, windows-latest]
|
||||
python-version: ["3.9"]
|
||||
poetry-version: ["1.2.1"]
|
||||
steps:
|
||||
|
||||
@@ -1,7 +1,10 @@
|
||||
import requests
|
||||
import pytest
|
||||
|
||||
from cashu.tor.tor import TorProxy
|
||||
|
||||
|
||||
@pytest.mark.skip
|
||||
def test_tor_setup():
|
||||
s = requests.Session()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user