Skip to content

Commit

Permalink
use pytest-xdist to speed up testing
Browse files Browse the repository at this point in the history
  • Loading branch information
venthur committed Aug 7, 2021
1 parent 5e0425e commit 49aee01
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

* Added sphinx documentation
* Updated build system
* Use pytest-xdist to speed up testing

## [3.2.0] - 2021-08-07

Expand Down
1 change: 1 addition & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
sphinx==3.5.3
pytest==6.2.4
pytest-cov==2.12.1
pytest-xdist==2.3.0
flake8==3.9.2
wheel==0.36.2
twine==3.4.2
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ addopts =
--cov=tests
--cov-report=term-missing:skip-covered
--cov-report=html
--numprocesses=auto

[flake8]
exclude = venv,build,docs

0 comments on commit 49aee01

Please sign in to comment.