Skip to content

Commit 86f6406

Browse files
authored
Merge pull request freqtrade#11692 from freqtrade/reenable_htx
chore(ci): reenable htx online tests
2 parents d0b7a52 + e27568a commit 86f6406

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ jobs:
434434

435435
build-linux-online:
436436
# Run pytest with "live" checks
437-
runs-on: ubuntu-22.04
437+
runs-on: ubuntu-24.04
438438
steps:
439439
- uses: actions/checkout@v4
440440
with:

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ humanize==4.12.2
1515
cachetools==5.5.2
1616
requests==2.32.3
1717
urllib3==2.4.0
18+
certifi==2025.01.31
1819
jsonschema==4.23.0
1920
TA-Lib==0.4.38
2021
technical==1.5.0

tests/exchange_online/conftest.py

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -408,14 +408,13 @@
408408
"candle_count": 200,
409409
"orderbook_max_entries": 50,
410410
},
411-
# TODO: verify why htx is not working in CI.
412-
# "htx": {
413-
# "pair": "ETH/BTC",
414-
# "stake_currency": "BTC",
415-
# "hasQuoteVolume": True,
416-
# "timeframe": "1h",
417-
# "candle_count": 1000,
418-
# },
411+
"htx": {
412+
"pair": "ETH/BTC",
413+
"stake_currency": "BTC",
414+
"hasQuoteVolume": True,
415+
"timeframe": "1h",
416+
"candle_count": 1000,
417+
},
419418
"bitvavo": {
420419
"pair": "BTC/EUR",
421420
"stake_currency": "EUR",

0 commit comments

Comments
 (0)