summaryrefslogtreecommitdiff
path: root/numpy/testing/setup.py
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2018-04-06 18:24:57 -0600
committerCharles Harris <charlesr.harris@gmail.com>2018-04-06 18:28:43 -0600
commitf45ceeac888fad366e68fef96b041cad2f420180 (patch)
tree709ab367bdd72a766d0242edc93ead4005d63709 /numpy/testing/setup.py
parent7bf0564f87511d9e7b6287b3eec0857d0d7742df (diff)
downloadnumpy-f45ceeac888fad366e68fef96b041cad2f420180.tar.gz
MAINT: Remove now unused pytest_tools.
Diffstat (limited to 'numpy/testing/setup.py')
-rwxr-xr-xnumpy/testing/setup.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/numpy/testing/setup.py b/numpy/testing/setup.py
index b00e5e029..e27a9b85b 100755
--- a/numpy/testing/setup.py
+++ b/numpy/testing/setup.py
@@ -7,7 +7,6 @@ def configuration(parent_package='',top_path=None):
config = Configuration('testing', parent_package, top_path)
config.add_subpackage('_private')
- config.add_subpackage('pytest_tools')
config.add_data_dir('tests')
return config