Skip to content
New issue

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

ERROR: tox config file (either pyproject.toml, tox.ini, setup.cfg) not found #528

Closed
me-kell opened this issue Oct 31, 2022 · 1 comment
Closed

Comments

@me-kell
Copy link
Contributor

me-kell commented Oct 31, 2022

The following error occurs in versions 6.1 and 6.2. Version 6.0b15 works fine

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: 

To reproduce it:

PLONE_VERSION=6.0.0b3
PLONE_HOME=/home/Plone-${PLONE_VERSION}

mkdir -p ${PLONE_HOME}/src
rm -rf ${PLONE_HOME}/src/myaddon.name
cd ${PLONE_HOME}/src

cat <<EOF > ${PLONE_HOME}/src/myvariables.ini
[variables]
author.name = theAuthor
author.email = mail@domain.com
author.github.user = GitHubUsername
package.description = An add-on for Plone
package.git.init = True
package.git.autocommit: True
plone.version = 6
python.version = python3.9
vscode_support = False
EOF

${PLONE_HOME}/bin/mrbob --config ${PLONE_HOME}/src/myvariables.ini -O ${PLONE_HOME}/src/myaddon.name bobtemplates.plone:addon
@me-kell
Copy link
Contributor Author

me-kell commented Nov 24, 2022

Duplicate #533

@me-kell me-kell closed this as completed Nov 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant