Skip to content

Commit 176c9f0

Browse files
committed
Revert "ci: reduce complexity of invoking pytest"
This reverts commit f503dde.
1 parent f503dde commit 176c9f0

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/test.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,9 @@ jobs:
160160
161161
- name: Run tests
162162
run: |
163-
pytest
163+
mkdir build
164+
cd build
165+
pytest -vv ../tests -c ../pyproject.toml
164166
165167
- name: Upload test reports
166168
if: always()

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,6 @@ src = "labextension/package.json"
182182

183183
[tool.pytest.ini_options]
184184
cache_dir = "build/.cache/pytest"
185-
testpaths = ["tests"]
186185
addopts = [
187186
"-vv",
188187
"--cov=jupyter_server_proxy",

0 commit comments

Comments
 (0)