diff options
author | Rodolfo Carvalho <rhcarvalho@gmail.com> | 2017-02-19 10:48:45 +0100 |
---|---|---|
committer | Rodolfo Carvalho <rhcarvalho@gmail.com> | 2017-02-20 18:12:03 +0100 |
commit | 16ffe4d70f100c3a36dd44ded4e0a4ed47041741 (patch) | |
tree | 56d5309a2c6bd0f268a7893083a1108e5a200987 /setup.cfg | |
parent | a17ba66cb7a50f2d968ec5d6bca0a9722437f18c (diff) | |
download | openshift-16ffe4d70f100c3a36dd44ded4e0a4ed47041741.tar.gz openshift-16ffe4d70f100c3a36dd44ded4e0a4ed47041741.tar.bz2 openshift-16ffe4d70f100c3a36dd44ded4e0a4ed47041741.tar.xz openshift-16ffe4d70f100c3a36dd44ded4e0a4ed47041741.zip |
Replace nose with pytest
Diffstat (limited to 'setup.cfg')
-rw-r--r-- | setup.cfg | 14 |
1 files changed, 0 insertions, 14 deletions
@@ -4,20 +4,6 @@ # will need to generate wheels for each Python version that you support. universal=1 -[nosetests] -tests=roles/lib_openshift/src/test/unit, - roles/lib_utils/src/test/unit, - roles/openshift_master_facts/test, - test -verbosity=2 -with-coverage=1 -cover-html=1 -cover-inclusive=1 -cover-min-percentage=25 -cover-erase=1 -detailed-errors=1 -cover-branches=1 - [yamllint] excludes=.tox,utils,files |