Skip to content

2.0.0 installs tests top-level #97

@dvzrv

Description

@dvzrv

Hi! When packaging 2.0.0 for Arch Linux i noticed, that the tests are installed top-level.
This conflicts directly with django-classy-tags (which does the same wrong thing).

It is okay if the tests are being installed below the respective package's namespace, but never top-level, as this leads to conflicts:

/usr/lib/python3.8/site-packages/tests/__init__.py exists in both 'python-django-classy-tags' and 'python-django-sekizai'
/usr/lib/python3.8/site-packages/tests/__pycache__/__init__.cpython-38.opt-1.pyc exists in both 'python-django-classy-tags' and 'python-django-sekizai'
/usr/lib/python3.8/site-packages/tests/__pycache__/__init__.cpython-38.pyc exists in both 'python-django-classy-tags' and 'python-django-sekizai'
/usr/lib/python3.8/site-packages/tests/__pycache__/settings.cpython-38.opt-1.pyc exists in both 'python-django-classy-tags' and 'python-django-sekizai'
/usr/lib/python3.8/site-packages/tests/__pycache__/settings.cpython-38.pyc exists in both 'python-django-classy-tags' and 'python-django-sekizai'
/usr/lib/python3.8/site-packages/tests/__pycache__/test_core.cpython-38.opt-1.pyc exists in both 'python-django-classy-tags' and 'python-django-sekizai'
/usr/lib/python3.8/site-packages/tests/__pycache__/test_core.cpython-38.pyc exists in both 'python-django-classy-tags' and 'python-django-sekizai'
/usr/lib/python3.8/site-packages/tests/settings.py exists in both 'python-django-classy-tags' and 'python-django-sekizai'
/usr/lib/python3.8/site-packages/tests/test_core.py exists in both 'python-django-classy-tags' and 'python-django-sekizai'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions