From 3e98ec81ebafc9d75a6d91b32fce703ee928f5a7 Mon Sep 17 00:00:00 2001 From: Ethan Paul <24588726+enpaul@users.noreply.github.com> Date: Thu, 22 Oct 2020 21:16:32 -0400 Subject: [PATCH] Update beta roadmap features list --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5c9f35a..ef131a4 100644 --- a/README.md +++ b/README.md @@ -452,7 +452,8 @@ for usage in production environments. to avoid potentially breaking API changes in upstream packages. ([#2](https://github.com/enpaul/tox-poetry-installer/issues/2)) - [ ] Find and implement a way to mitigate the [UNSAFE_DEPENDENCIES issue](https://github.com/python-poetry/poetry/issues/1584) in Poetry. ([#6](https://github.com/enpaul/tox-poetry-installer/issues/6)) -- [ ] Fix logging to make proper use of Tox's logging reporter infrastructure +- [ ] Fix logging to make proper use of Tox's logging reporter infrastructure ([#3](https://github.com/enpaul/tox-poetry-installer/issues/3)) +- [ ] Add configuration option for installing all dev-dependencies to a testenv ([#14](https://github.com/enpaul/tox-poetry-installer/issues/14)) ### Path to Stable