mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Use pytest-xdist to speed up tests (#1290)
* Run tests in CI using pytest-xdist * Documentation for pytest-xdist Closes #1289
This commit is contained in:
parent
59ef4a20cb
commit
0a7621f96f
5 changed files with 26 additions and 1 deletions
1
setup.py
1
setup.py
|
|
@ -70,6 +70,7 @@ setup(
|
|||
"docs": ["sphinx_rtd_theme", "sphinx-autobuild"],
|
||||
"test": [
|
||||
"pytest>=5.2.2,<6.3.0",
|
||||
"pytest-xdist>=2.2.1,<2.3",
|
||||
"pytest-asyncio>=0.10,<0.15",
|
||||
"beautifulsoup4>=4.8.1,<4.10.0",
|
||||
"black==20.8b1",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue