zillionare/python-project-wizard

let tox to install package under testing by poetry

Closed this issue · 0 comments

now tox in ppw will install package under testing by itself, using pip, this will somehow cause dep resolving again. Since poetry is introduced, it's better to let poetry do the chores and tox should depends on poetry to create the testing env.