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
When running pytest from the /tests folder, the following tests fail.
test_settings.py::test__parse_pyproject_toml_file_exists FAILED [ 94%] test_settings.py::TestSettings::test_pyproject_overwrites_initial FAILED [ 94%] test_settings.py::TestStdOutAdapterSettings::test_pyproject_overwrites_initial FAILED [ 96%] test_settings.py::TestCombo::test_can_set_multiple_tools FAILED
It appears to stem from the logic in configuration.py which tries to identify where the pyproject.toml is located.
configuration.py
The text was updated successfully, but these errors were encountered:
@perrygoy did this get fixed?
Sorry, something went wrong.
No branches or pull requests
When running pytest from the /tests folder, the following tests fail.
It appears to stem from the logic in
configuration.py
which tries to identify where the pyproject.toml is located.The text was updated successfully, but these errors were encountered: