Merge pull request #11692 from freqtrade/reenable_htx

chore(ci): reenable htx online tests
This commit is contained in:
Matthias
2025-05-01 16:46:29 +02:00
committed by GitHub
3 changed files with 9 additions and 9 deletions

View File

@@ -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:

View File

@@ -15,6 +15,7 @@ humanize==4.12.2
cachetools==5.5.2
requests==2.32.3
urllib3==2.4.0
certifi==2025.01.31
jsonschema==4.23.0
TA-Lib==0.4.38
technical==1.5.0

View File

@@ -408,14 +408,13 @@ EXCHANGES = {
"candle_count": 200,
"orderbook_max_entries": 50,
},
# TODO: verify why htx is not working in CI.
# "htx": {
# "pair": "ETH/BTC",
# "stake_currency": "BTC",
# "hasQuoteVolume": True,
# "timeframe": "1h",
# "candle_count": 1000,
# },
"htx": {
"pair": "ETH/BTC",
"stake_currency": "BTC",
"hasQuoteVolume": True,
"timeframe": "1h",
"candle_count": 1000,
},
"bitvavo": {
"pair": "BTC/EUR",
"stake_currency": "EUR",