We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bobtemplates.plone
>=6.0
tox.ini
Versions 6.0, 6.1, and 6.2 of bobtemplates.plone raise following errors (both in Linux and Windows):
6.0
6.1
6.2
ERROR: tox config file (either pyproject.toml, tox.ini, setup.cfg) not found Error on isort-apply: ERROR: tox config file (either pyproject.toml, tox.ini, setup.cfg) not found Error on black-enforce:
With older versions 6.0bx or <=5.22 I didn't get any errors.
6.0bx
<=5.22
Older versions generated/copied a tox.ini file versions >=6.0 seems not to generate a tox.ini.
Since version 6.0 the MANIFEST.in does global-exclude tox.ini.
global-exclude tox.ini
Both bobtemplates.plone.utils.run_isort and bobtemplates.plone.utils.run_black start a subprocess calling tox which fails because there is no tox.ini.
tox
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
Versions
6.0
,6.1
, and6.2
ofbobtemplates.plone
raise following errors (both in Linux and Windows):With older versions
6.0bx
or<=5.22
I didn't get any errors.Older versions generated/copied a
tox.ini
file versions>=6.0
seems not to generate atox.ini
.Probably caused by
Since version 6.0 the MANIFEST.in does
global-exclude tox.ini
.Both bobtemplates.plone.utils.run_isort and bobtemplates.plone.utils.run_black start a subprocess calling
tox
which fails because there is notox.ini
.The text was updated successfully, but these errors were encountered: