python-project-wizard
python-project-wizard copied to clipboard
let tox to install package under testing by poetry
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.