When installing using pip install ibm-db the tests module is installed into site-packages. This is breaking a project with tests used as namespaced package.
Looks like modules contains both tests and testfunctions included in the build:
|
modules = ['ibm_db_dbi', 'testfunctions', 'tests'] |
Is it possible to exclude it from the installs or rename them into proper namespace?
- Operating System Name: macOS
- Python Version: 3.9.12
- ibm_db version: 3.1.2