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
pytest
setup.cfg:21: unexpected value continuation
While working on a PR I got this issue when running tests on the release 1.1.4 of podman-hpc:
1.1.4
$ pytest ERROR: ~/repos/podman-hpc/setup.cfg:21: unexpected value continuation
However, the tests run if I comment out the following end of setup.cfg:
setup.cfg
[options.data_files] etc/podman_hpc = etc/01-gpu.conf ...
The text was updated successfully, but these errors were encountered:
This is likely an error on my side. Is there a pytest config / method to run pytest that I am forgetting?
Sorry, something went wrong.
No branches or pull requests
While working on a PR I got this issue when running tests on the release
1.1.4
of podman-hpc:$ pytest ERROR: ~/repos/podman-hpc/setup.cfg:21: unexpected value continuation
However, the tests run if I comment out the following end of
setup.cfg
:[options.data_files] etc/podman_hpc = etc/01-gpu.conf ...
The text was updated successfully, but these errors were encountered: