Files
flatbuffers/tests
Ben Beasley 4e75867bd2 Stop using deprecated imp package in Python tests (#7769)
It is deprecated in favour of importlib and slated for removal in Python
3.12. Since the return value of imp.find_module('numpy') is unused, the
only effect of calling this function is to raise an ImportError when
numpy is not available; importing numpy directly is already sufficient
to do this.

The imp package is still used in python/flatbuffers/compat.py, but only
on Python 2, where it is not deprecated and will not be removed.

Co-authored-by: Derek Bailey <derekbailey@google.com>
2023-01-10 11:30:30 -08:00
..
2022-09-29 09:58:49 -04:00
2022-10-21 14:30:04 -04:00
2023-01-04 15:22:46 -08:00
2022-08-28 16:54:58 -07:00
2022-08-28 16:54:58 -07:00
2022-08-28 16:54:58 -07:00
2021-12-02 21:29:19 -08:00
2021-12-02 21:29:19 -08:00
2021-11-19 17:01:48 -08:00
2023-01-04 15:22:46 -08:00
2023-01-04 15:22:46 -08:00
2022-09-10 12:36:51 -07:00
2022-08-28 16:54:58 -07:00