renatahodovan / grammarinator

ANTLR v4 grammar-based test generator
Other
340 stars 61 forks source link

Exclude tests directory from installation #209

Closed D3vil0p3r closed 8 months ago

D3vil0p3r commented 8 months ago

The install of grammarinator generates /usr/lib/python3.11/site-packages/tests/__init__.py that creates conflicts with other Python packages that install tests directory (and that need to be fixed too).

It is needed also according to Python package guidelines.

Can you please exclude tests in your pyproject.toml file?

Give a look to https://setuptools.pypa.io/en/latest/userguide/pyproject_config.html and search for exclude keyword.

akosthekiss commented 8 months ago

@D3vil0p3r Thanks for reporting the issue. Hopefully fixed now. Could you please confirm whether the original issue is resolved?

D3vil0p3r commented 8 months ago

It is. Thank you.

@D3vil0p3r Thanks for reporting the issue. Hopefully fixed now. Could you please confirm whether the original issue is resolved?