From 69e5c51daa73aa8ab7d419cdb914abf49d9858e0 Mon Sep 17 00:00:00 2001 From: Greg Lindahl Date: Sun, 16 May 2021 18:43:05 +0000 Subject: [PATCH] comment --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6b851c6..491d5be 100755 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ extras_require = { 'ray': ['ray>=1', 'pyarrow'], 'mpi': ['mpi4py'], - 'test': test_requirements, # setup no longer tests, so make them an extra that .travis.yml uses + 'test': test_requirements, # setup no longer tests, so make them an extra } setup_requires = ['setuptools_scm']