Runtime Error with Poetry Configuration

Summary

User encounters a runtime error indicating an invalid Poetry configuration due to unexpected properties when running tests with pytest.


Question

We installed poetry with sudo apt install python3 poetry instead of poetry install --with dev

When we run poetry run pytest unit_tests

We are getting runtime error

The poetry config is invalid
Additional properties are not allowed(‘group’ was unexpected)



This topic has been created from a Slack thread to give it more visibility.
It will be on Read-Only mode here. Click here if you want
to access the original thread.

Join the conversation on Slack

['poetry', 'runtime-error', 'pytest', 'configuration']