Skip to content

Commit 9907355

Browse files
committed
do not filter warnings yet
1 parent e79ca61 commit 9907355

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.github/workflows/python-linux.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
run: pytest -vv
9090

9191
test_prereleases:
92-
name: Test test_prereleases
92+
name: Test Prereleases
9393
runs-on: ubuntu-latest
9494
steps:
9595
- name: Checkout

pyproject.toml

-4
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,6 @@ testpaths = [
1515
]
1616
timeout = 300
1717
timeout_method = "thread"
18-
filterwarnings = [
19-
# Fail on warnings
20-
"error"
21-
]
2218

2319
[tool.jupyter-releaser]
2420
skip = ["check-links"]

0 commit comments

Comments
 (0)