mirror of
https://github.com/lilydjwg/nvchecker.git
synced 2025-03-10 06:14:02 +00:00
test: is pytest-xdist necessary?
This commit is contained in:
parent
05848d1bc2
commit
0f101bda4d
2 changed files with 1 additions and 2 deletions
|
@ -8,7 +8,7 @@ python:
|
|||
- "3.7"
|
||||
- "nightly"
|
||||
- "pypy3.5"
|
||||
install: pip install -U $DEPS pytest pytest-asyncio pytest-xdist flaky structlog
|
||||
install: pip install -U $DEPS pytest pytest-asyncio flaky structlog
|
||||
script: pytest
|
||||
env:
|
||||
global:
|
||||
|
|
1
setup.py
1
setup.py
|
@ -28,7 +28,6 @@ setup(
|
|||
tests_require = [
|
||||
'pytest',
|
||||
'pytest-asyncio',
|
||||
'pytest-xdist',
|
||||
'flaky',
|
||||
],
|
||||
entry_points = {
|
||||
|
|
Loading…
Add table
Reference in a new issue