diff options
author | Matti Picus <matti.picus@gmail.com> | 2020-10-29 15:18:03 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-29 15:18:03 +0200 |
commit | 9c43c1f8d06b69715f03646cc26546f3bf4bc71f (patch) | |
tree | 93ee66a7abff3d69e891307ce97fbeefb3e5ee20 /numpy/f2py | |
parent | 08f9eeb4a39761131af059b944225874835e94b0 (diff) | |
parent | 14c6e451edcf65d412443c7fb045ab706daf3b73 (diff) | |
download | numpy-9c43c1f8d06b69715f03646cc26546f3bf4bc71f.tar.gz |
Merge pull request #17668 from nforro/master
TST: Make test suite work in FIPS (140-2) Mode
Diffstat (limited to 'numpy/f2py')
-rw-r--r-- | numpy/f2py/tests/util.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/numpy/f2py/tests/util.py b/numpy/f2py/tests/util.py index c5b06697d..d5fa76fed 100644 --- a/numpy/f2py/tests/util.py +++ b/numpy/f2py/tests/util.py @@ -19,8 +19,6 @@ from numpy.compat import asbytes, asstr from numpy.testing import temppath from importlib import import_module -from hashlib import md5 - # # Maintaining a temporary module directory # |