Closed D3vil0p3r closed 11 months ago
@D3vil0p3r Thanks for reporting the issue. Hopefully fixed now. Could you please confirm whether the original issue is resolved?
It is. Thank you.
@D3vil0p3r Thanks for reporting the issue. Hopefully fixed now. Could you please confirm whether the original issue is resolved?
The install of grammarinator generates
/usr/lib/python3.11/site-packages/tests/__init__.py
that creates conflicts with other Python packages that installtests
directory (and that need to be fixed too).It is needed also according to Python package guidelines.
Can you please exclude
tests
in yourpyproject.toml
file?Give a look to https://setuptools.pypa.io/en/latest/userguide/pyproject_config.html and search for
exclude
keyword.