pytest.ini | 1 - setup.py | 4 +--- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/pytest.ini b/pytest.ini index 76c044eaa..377f33f4a 100644 --- a/pytest.ini +++ b/pytest.ini @@ -4,4 +4,3 @@ python_files = test/Test*.py python_classes = Test python_functions = test -testpaths = src/silx diff --git a/setup.py b/setup.py index 531070d4f..7d7fe8850 100644 --- a/setup.py +++ b/setup.py @@ -788,9 +788,7 @@ def get_project_configuration(): }, ext_modules=ext_modules, package_data=package_data, - data_files=[ - ('silx/third_party/_local/scipy_spatial/qhull', ['src/silx/third_party/_local/scipy_spatial/qhull/COPYING.txt']) - ], + data_files=[], )