bknbkn opened a new issue, #4322:
URL: https://github.com/apache/gravitino/issues/4322
### Version
main branch
### Describe what's wrong
Run gravitino python client integration test will occur tests module import
error
### Error message and/or stacktrace
```
ImportError: Failed to import test module: auth.test_oauth2_token_provider
Traceback (most recent call last):
File
"/home/runner/work/gravitino/gravitino/.gradle/python/Linux/Miniforge3/envs/python-3.8/lib/python3.8/unittest/loader.py",
line 436, in _find_test_path
module = self._get_module_from_name(name)
File
"/home/runner/work/gravitino/gravitino/.gradle/python/Linux/Miniforge3/envs/python-3.8/lib/python3.8/unittest/loader.py",
line 377, in _get_module_from_name
__import__(name)
File
"/home/runner/work/gravitino/gravitino/clients/client-python/tests/unittests/auth/test_oauth2_token_provider.py",
line 25, in <module>
from tests.unittests.auth import mock_base
ModuleNotFoundError: No module named 'tests'
```
### How to reproduce
Run gravitino python client integration test
### Additional context
_No response_
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]