summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 4840b0b59..09b524cd2 100644
--- a/setup.py
+++ b/setup.py
@@ -132,7 +132,7 @@ def run_setup(with_cext):
package_dir={'': 'lib'},
license="MIT License",
cmdclass=cmdclass,
- tests_require=['pytest >= 2.5.2', 'mock'],
+ tests_require=['pytest >= 2.5.2', 'mock', 'pytest-xdist'],
test_suite="sqlalchemy.testing.distutils_run",
long_description=readme,
classifiers=[