Skip to content

Installing ibm-db installs a global "tests" module #764

@vijaykiran

Description

@vijaykiran

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions