Skip to content

Commit 8ea51e4

Browse files
committed
Remove pytest-xdist
1 parent f7dadb9 commit 8ea51e4

File tree

3 files changed

+3
-40
lines changed

3 files changed

+3
-40
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- run: poetry run pip install -U ${{ matrix.qt }}
3434

3535
- run: >-
36-
poetry run pytest --color=yes -n auto --cov
36+
poetry run pytest --color=yes --cov
3737
--cov-report=term-missing --cov-report=xml
3838
3939
- uses: codecov/codecov-action@v3
@@ -66,7 +66,7 @@ jobs:
6666
poetry-install--only: github-actions,test,main
6767

6868
- run: >-
69-
poetry run pytest --color=yes -n auto --cov
69+
poetry run pytest --color=yes --cov
7070
--cov-report=term-missing --cov-report=xml
7171
--ignore=tests/test_widget_gallery.py
7272
--ignore=tests/test_qdarktheme_with_qt.py

poetry.lock

Lines changed: 1 addition & 37 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ pytest-randomly = "^3.12.0"
5858
pytest-qt = "^4.2.0"
5959
pytest-xvfb = "^2.0.0"
6060
pytest-mock = "^3.10.0"
61-
pytest-xdist = "^3.0.2"
6261

6362
[tool.poetry.group.docs.dependencies]
6463
# Latest of Sphinx and flake8 cause dependency comflict.

0 commit comments

Comments
 (0)