From 0f101bda4dd9edc046108438f745e71f6ed7a427 Mon Sep 17 00:00:00 2001 From: lilydjwg Date: Mon, 8 Apr 2019 11:45:19 +0800 Subject: [PATCH] test: is pytest-xdist necessary? --- .travis.yml | 2 +- setup.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0c8731d..aa2c80c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: diff --git a/setup.py b/setup.py index e4951c1..8853f61 100755 --- a/setup.py +++ b/setup.py @@ -28,7 +28,6 @@ setup( tests_require = [ 'pytest', 'pytest-asyncio', - 'pytest-xdist', 'flaky', ], entry_points = {