Skip to content

Commit 79c616b

Browse files
committed
back to 100s
don't override hatch doesn't work on windows, let it do the wrong thing
1 parent b5dc28b commit 79c616b

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,6 @@ jobs:
5858
- uses: actions/checkout@v4
5959
- uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
6060

61-
- name: make hatch use our Python
62-
run: |
63-
echo "HATCH_PYTHON=$(which python3)" >> $GITHUB_ENV
64-
6561
- name: disable warnings on pypy or windows
6662
if: ${{ startsWith(matrix.python-version, 'pypy') || startsWith(matrix.os, 'windows') }}
6763
run: |

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ testpaths = [
124124
"jupyter_client",
125125
"tests/"
126126
]
127-
timeout = 300
127+
timeout = 100
128128
# Restore this setting to debug failures
129129
timeout_method = "thread"
130130
filterwarnings= [

0 commit comments

Comments
 (0)