Skip to content

Commit 6036c5a

Browse files
author
Jesse Grabowski
committed
Skip all pathfinder tests
1 parent 34b2e9a commit 6036c5a

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- tests/statespace/filters/test_kalman_filter.py
3333
- tests/statespace --ignore tests/statespace/core/test_statespace.py --ignore tests/statespace/filters/test_kalman_filter.py
3434
- tests/distributions
35-
- tests --ignore tests/model --ignore tests/statespace --ignore tests/distributions
35+
- tests --ignore tests/model --ignore tests/statespace --ignore tests/distributions --ignore tests/pathfinder
3636
fail-fast: false
3737
runs-on: ${{ matrix.os }}
3838
env:

pyproject.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,6 @@ filterwarnings =[
106106

107107
# Preliz needs to update for pytensor > 2.35
108108
'ignore:.*`pytensor\.graph\.basic\.ancestors`.*`pytensor\.graph\.traversal\.ancestors`.*:FutureWarning:^preliz(\.|$)',
109-
110-
# OpenMP library warning on windows CI
111-
'ignore::RuntimeWarning:threadpoolctl'
112109
]
113110

114111
[tool.coverage.report]

0 commit comments

Comments
 (0)