From 5954c64cc3b31655e237da51fb856639698074cb Mon Sep 17 00:00:00 2001 From: Matthias Date: Thu, 1 May 2025 08:55:35 +0200 Subject: [PATCH] chore: use ubuntu 24.04 for online tests --- .github/workflows/ci.yml | 2 +- tests/exchange_online/conftest.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4e12fa283..a3a8e79dc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -434,7 +434,7 @@ jobs: build-linux-online: # Run pytest with "live" checks - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v4 with: diff --git a/tests/exchange_online/conftest.py b/tests/exchange_online/conftest.py index ba55bfb1d..f7cf49aa4 100644 --- a/tests/exchange_online/conftest.py +++ b/tests/exchange_online/conftest.py @@ -410,7 +410,6 @@ EXCHANGES = { }, "htx": { "pair": "ETH/BTC", - "use_ci_proxy": True, "stake_currency": "BTC", "hasQuoteVolume": True, "timeframe": "1h",