brotlicffi icon indicating copy to clipboard operation
brotlicffi copied to clipboard

Testing of sdist fails

Open mtelka opened this issue 3 years ago • 0 comments

When I test sdist from PyPI it always fails:

ImportError while loading conftest '$(BUILDDIR)/test/conftest.py'.
test/conftest.py:11: in <module>
    os.path.join(TEST_DATA_DIR, p) for p in os.listdir(TEST_DATA_DIR)
E   FileNotFoundError: [Errno 2] No such file or directory: '$(BUILDDIR)/libbrotli/tests/testdata'

Apparently, the required directory is not in the sdist. Please add it there. Please also consider to add tox.ini to sdist.

Thank you.

mtelka avatar Nov 27 '22 19:11 mtelka