We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5dc28b commit 79c616bCopy full SHA for 79c616b
.github/workflows/main.yml
@@ -58,10 +58,6 @@ jobs:
58
- uses: actions/checkout@v4
59
- uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
60
61
- - name: make hatch use our Python
62
- run: |
63
- echo "HATCH_PYTHON=$(which python3)" >> $GITHUB_ENV
64
-
65
- name: disable warnings on pypy or windows
66
if: ${{ startsWith(matrix.python-version, 'pypy') || startsWith(matrix.os, 'windows') }}
67
run: |
pyproject.toml
@@ -124,7 +124,7 @@ testpaths = [
124
"jupyter_client",
125
"tests/"
126
]
127
-timeout = 300
+timeout = 100
128
# Restore this setting to debug failures
129
timeout_method = "thread"
130
filterwarnings= [
0 commit comments