diff options
author | Ryo Nakamura <upa@haeena.net> | 2023-03-10 22:06:46 +0900 |
---|---|---|
committer | Ryo Nakamura <upa@haeena.net> | 2023-03-10 22:07:07 +0900 |
commit | d22c02b7936691340ea0efd097565a87151458fb (patch) | |
tree | b102961c5162d2ee0af9ce1b330512033d1e394e /test/test_e2e.py | |
parent | 2477647a3bf66d9dceed301622076079529f1689 (diff) |
remove numpy from test, and fix compiling single binary mscp
Diffstat (limited to 'test/test_e2e.py')
-rw-r--r-- | test/test_e2e.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/test_e2e.py b/test/test_e2e.py index 0add868..66c6f63 100644 --- a/test/test_e2e.py +++ b/test/test_e2e.py @@ -1,6 +1,5 @@ import pytest -import numpy import hashlib import os |