Page MenuHomeSoftware Heritage

tox.ini: use pytest instead of nose
ClosedPublic

Authored by zack on Oct 23 2018, 9:22 AM.

Details

Summary

integrating here updates made to tox.ini in other repos, for future use

Diff Detail

Repository
rDTPL Python module template
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.

Event Timeline

douardda added inline comments.
tox.ini
6–7

we now prefer

deps =

.[testing]
xxx
This revision now requires changes to proceed.Oct 23 2018, 10:24 AM

use .[testing] in tox.ini

This revision is now accepted and ready to land.Oct 23 2018, 2:41 PM
This revision was automatically updated to reflect the committed changes.