Merge pull request #11692 from freqtrade/reenable_htx
chore(ci): reenable htx online tests
This commit is contained in:
@@ -434,7 +434,7 @@ jobs:
|
|||||||
|
|
||||||
build-linux-online:
|
build-linux-online:
|
||||||
# Run pytest with "live" checks
|
# Run pytest with "live" checks
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-24.04
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
|
|||||||
@@ -15,6 +15,7 @@ humanize==4.12.2
|
|||||||
cachetools==5.5.2
|
cachetools==5.5.2
|
||||||
requests==2.32.3
|
requests==2.32.3
|
||||||
urllib3==2.4.0
|
urllib3==2.4.0
|
||||||
|
certifi==2025.01.31
|
||||||
jsonschema==4.23.0
|
jsonschema==4.23.0
|
||||||
TA-Lib==0.4.38
|
TA-Lib==0.4.38
|
||||||
technical==1.5.0
|
technical==1.5.0
|
||||||
|
|||||||
@@ -408,14 +408,13 @@ EXCHANGES = {
|
|||||||
"candle_count": 200,
|
"candle_count": 200,
|
||||||
"orderbook_max_entries": 50,
|
"orderbook_max_entries": 50,
|
||||||
},
|
},
|
||||||
# TODO: verify why htx is not working in CI.
|
"htx": {
|
||||||
# "htx": {
|
"pair": "ETH/BTC",
|
||||||
# "pair": "ETH/BTC",
|
"stake_currency": "BTC",
|
||||||
# "stake_currency": "BTC",
|
"hasQuoteVolume": True,
|
||||||
# "hasQuoteVolume": True,
|
"timeframe": "1h",
|
||||||
# "timeframe": "1h",
|
"candle_count": 1000,
|
||||||
# "candle_count": 1000,
|
},
|
||||||
# },
|
|
||||||
"bitvavo": {
|
"bitvavo": {
|
||||||
"pair": "BTC/EUR",
|
"pair": "BTC/EUR",
|
||||||
"stake_currency": "EUR",
|
"stake_currency": "EUR",
|
||||||
|
|||||||
Reference in New Issue
Block a user