tox-poetry-dev-dependencies icon indicating copy to clipboard operation
tox-poetry-dev-dependencies copied to clipboard

Tox plugin to help working with Poetry-based projects

Results 7 tox-poetry-dev-dependencies issues
Sort by recently updated
recently updated
newest added

File "E:\.virtualenv\module-KAy01_l3-py3.11\Lib\site-packages\tox_poetry_dev_dependencies\_hooks.py", line 13, in tox.config.IndexServerConfig, # PIP_INDEX_URL ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: module 'tox.config' has no attribute 'IndexServerConfig'

I have been using this plugin for a while (thanks!!) just for what it says on the tin: To get my `pyproject.toml`-defined dev-dependencies into my tox testenv. Recently I have...

The plugin should be able to read the credentials for alternative source repositories as they are configured via `poetry config ...` and somehow use them in tox. ***Related***: * #8...

enhancement

Follow on of #45 When a lock file contains: ```toml [package.dependencies] pywin32 = {version = ">=1.0", markers = "sys_platform == \"win32\""} traitlets = "*" ``` When installed via `tox-poetry-dev-dependencies` on...

The name for the plugin might not be fitting anymore. A more general name such as `tox-poetry-helpers` might be a better fit.

enhancement

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...

enhancement

GitHub: https://github.com/sinoroc/tox-poetry-dev-dependencies/issues/24