From 82678e81e871c30c0546baad7660a2f7f66c4812 Mon Sep 17 00:00:00 2001 From: Ethan Paul <24588726+enpaul@users.noreply.github.com> Date: Tue, 29 Sep 2020 00:56:22 -0400 Subject: [PATCH] Add issue links for relevant roadmap items --- README.md | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 9c810d9..465fd7b 100644 --- a/README.md +++ b/README.md @@ -443,19 +443,18 @@ for usage in production environments. - [X] Verify that primary package dependencies (from the `.package` env) are installed correctly using the Poetry backend. - [ ] Support the [`extras`](https://tox.readthedocs.io/en/latest/config.html#conf-extras) - Tox configuration option + Tox configuration option (#4) - [X] Add per-environment Tox configuration option to fall back to default installation backend. -- [ ] Add detection of a changed lockfile to automatically trigger a rebuild of Tox - environments when necessary. - [ ] Add warnings when an unsupported Tox configuration option is detected while using the - Poetry backend. + Poetry backend. (#5) - [X] Add trivial tests to ensure the project metadata is consistent between the pyproject.toml and the module constants. -- [ ] Update to use [poetry-core](https://github.com/python-poetry/poetry-core) - Tox configuration option) and improve robustness of the Tox and Poetry module imports - to avoid potentially breaking API changes in upstream packages. -- [ ] Find and implement a way to mitigate the [Poetry UNSAFE_DEPENDENCIES bug](https://github.com/python-poetry/poetry/issues/1584). +- [ ] Update to use [poetry-core](https://github.com/python-poetry/poetry-core) and + improve robustness of the Tox and Poetry module imports + to avoid potentially breaking API changes in upstream packages. (#2) +- [ ] Find and implement a way to mitigate the [UNSAFE_DEPENDENCIES issue](https://github.com/python-poetry/poetry/issues/1584) in Poetry. (#6) +- [ ] Fix logging to make proper use of Tox's logging reporter infrastructure ### Path to Stable