scrapy / itemadapter

Common interface for data container classes
BSD 3-Clause "New" or "Revised" License
61 stars 13 forks source link

Include tests/__init__.py in sdist #83

Closed wRAR closed 4 months ago

wRAR commented 4 months ago

itemadapter-0.9.0.tar.gz from PyPI ships tests but not tests/__init__.py, so running tests in it is impossible:

tests/test_utils.py:7: in <module>
    from tests import (
E   ModuleNotFoundError: No module named 'tests'

(not sure why it isn't packaged)