Skip to content

Commit d8d34b0

Browse files
authored
[MNT] Avoid skipping of unit tests of several forecasters (sktime#7826)
Related sktime#6344
1 parent 9919474 commit d8d34b0

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ ignore=[
407407
"S602", # sub process call with shell=True unsafe
408408
"C419", # Unnecessary list comprehension, some are flagged yet are not
409409
"C409", # Unnecessary `list` literal passed to `tuple()` (rewrite as a `tuple` literal)
410-
"S113", # Probable use of httpx call withour timeout
410+
"S113", # Probable use of httpx call without timeout
411411
]
412412
allowed-confusables=["σ"]
413413

sktime/tests/_config.py

-8
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,6 @@
4646
"Repeat",
4747
"CutoffFhSplitter",
4848
# sporadic timeouts, see #6344
49-
"VARMAX",
50-
"BATS",
51-
"TBATS",
52-
"ARIMA",
53-
"AutoARIMA",
54-
"StatsForecastAutoARIMA",
55-
"SARIMAX",
56-
"StatsModelsARIMA",
5749
"ShapeletLearningClassifierTslearn",
5850
"DartsXGBModel",
5951
# Large datasets

0 commit comments

Comments
 (0)