We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e79ca61 commit 9907355Copy full SHA for 9907355
.github/workflows/python-linux.yml
@@ -89,7 +89,7 @@ jobs:
89
run: pytest -vv
90
91
test_prereleases:
92
- name: Test test_prereleases
+ name: Test Prereleases
93
runs-on: ubuntu-latest
94
steps:
95
- name: Checkout
pyproject.toml
@@ -15,10 +15,6 @@ testpaths = [
15
]
16
timeout = 300
17
timeout_method = "thread"
18
-filterwarnings = [
19
- # Fail on warnings
20
- "error"
21
-]
22
23
[tool.jupyter-releaser]
24
skip = ["check-links"]
0 commit comments