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 /test-requirements.txt | |
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 'test-requirements.txt')
-rw-r--r-- | test-requirements.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test-requirements.txt b/test-requirements.txt index c4b54fabe..9bb6e058c 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -7,7 +7,6 @@ pylint setuptools-lint PyYAML yamllint -nose coverage mock pytest |