Skip to content

Commit 8240273

Browse files
committed
Removed xdist.
Signed-off-by: Pavel Kirilin <win10@list.ru>
1 parent 6cb792b commit 8240273

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- name: Install deps
4646
run: poetry install
4747
- name: Run pytest check
48-
run: poetry run pytest -vv -n auto --cov="aiohttp_deps" .
48+
run: poetry run pytest -vv --cov="aiohttp_deps" .
4949
- name: Generate report
5050
run: poetry run coverage xml
5151
- name: Upload coverage reports to Codecov with GitHub Action

0 commit comments

Comments
 (0)