diff options
author | mattip <matti.picus@gmail.com> | 2020-07-14 22:58:22 +0300 |
---|---|---|
committer | mattip <matti.picus@gmail.com> | 2020-07-14 23:00:09 +0300 |
commit | 24748cbc66a8ead55bde0e9ef344207f3b3c33cf (patch) | |
tree | 4c2445c4d7d5cd7e6e96f157f82c419c5cb6530b /runtests.py | |
parent | f8ba31164868eae4c1b4ce78d7768dee1d58b443 (diff) | |
download | numpy-24748cbc66a8ead55bde0e9ef344207f3b3c33cf.tar.gz |
Revert "MAINT: setuptools 49.2.0 emits a warning, avoid it"
Diffstat (limited to 'runtests.py')
-rwxr-xr-x | runtests.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/runtests.py b/runtests.py index 17620478d..beaf668d6 100755 --- a/runtests.py +++ b/runtests.py @@ -341,9 +341,6 @@ def build_project(args): """ - # from setuptools v49.2.0, setuptools warns if distutils is imported first, - # so pre-emptively import setuptools - import setuptools import distutils.sysconfig root_ok = [os.path.exists(os.path.join(ROOT_DIR, fn)) |