diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2018-04-06 18:24:57 -0600 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2018-04-06 18:28:43 -0600 |
commit | f45ceeac888fad366e68fef96b041cad2f420180 (patch) | |
tree | 709ab367bdd72a766d0242edc93ead4005d63709 /numpy/testing/setup.py | |
parent | 7bf0564f87511d9e7b6287b3eec0857d0d7742df (diff) | |
download | numpy-f45ceeac888fad366e68fef96b041cad2f420180.tar.gz |
MAINT: Remove now unused pytest_tools.
Diffstat (limited to 'numpy/testing/setup.py')
-rwxr-xr-x | numpy/testing/setup.py | 1 |
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 |