There should be a way to instruct Tox to install the pinned versions as read from Poetry's lock file. **_UX_**: Probably from a UX point of view it could look like this: ``` [testenv:something] # ... poetry_use_lock_file = True ``` **_Related_**: * https://github.com/sinoroc/tox-poetry-dev-dependencies/issues/10 * https://github.com/python-poetry/poetry-core/pull/83