diff options
author | Rodolfo Carvalho <rhcarvalho@gmail.com> | 2017-02-18 04:25:32 +0100 |
---|---|---|
committer | Rodolfo Carvalho <rhcarvalho@gmail.com> | 2017-02-20 17:13:52 +0100 |
commit | 95f11aa9410c8db4794b51932931e6ee3da46402 (patch) | |
tree | 44738bd6e8a69000743fad7205823fe522994cde /test-requirements.txt | |
parent | c008153397d5a34a21301cb5dabb6fe27df2fe47 (diff) | |
download | openshift-95f11aa9410c8db4794b51932931e6ee3da46402.tar.gz openshift-95f11aa9410c8db4794b51932931e6ee3da46402.tar.bz2 openshift-95f11aa9410c8db4794b51932931e6ee3da46402.tar.xz openshift-95f11aa9410c8db4794b51932931e6ee3da46402.zip |
Make tests run with either nosetests or pytest
And remove explicit dependencies on nose, replacing with pytest.
The former is the way forward, for it is a better maintained test
library, and a transitive dependency of `molecule`, the test framework
we're using to add integration tests to this repo (work in progress).
Diffstat (limited to 'test-requirements.txt')
-rw-r--r-- | test-requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test-requirements.txt b/test-requirements.txt index 8bfc1b594..c3d0d9387 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -10,3 +10,4 @@ yamllint nose coverage mock +pytest |