5 Nov
2019
5 Nov
'19
12:51
John Paul Adrian Glaubitz píše v Út 05. 11. 2019 v 12:47 +0000:
On 11/5/19 1:43 PM, Tomas Chvatal wrote:
as $SUBJ says, the upstream setuptools project is deprecating and plans to remove the 'python setup.py test' functionality for test execution.
And what's the replacement?
Depends really on the upstream... Mostly if they use tox or any other virtenv setup they have some execution line we need to copy and simply do it the same way. Something along the way of: 'python -m unittest discover' 'pytest' 'nosetests' ... Cheers Tom