zillionare / python-project-wizard

A tool for creating skeleton python project, built with popular develop tools and conform to best practice.
https://zillionare.github.io/python-project-wizard/
BSD 3-Clause "New" or "Revised" License
123 stars 104 forks source link

let tox to install package under testing by poetry #31

Closed zillionare closed 1 year ago

zillionare commented 1 year ago

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.