diff options
author | 2017-03-23 09:11:01 +0000 | |
---|---|---|
committer | 2017-03-23 09:11:01 +0000 | |
commit | 6f511d54df8505f2385cdc91345154f6dd81fab9 (patch) | |
tree | c67219f46b0ff36544620405d004b2cbca3d1280 /utils/test/testapi/test-requirements.txt | |
parent | 36e87461d4db933a2e90aad5ae3ab2ecbf8a136a (diff) | |
parent | 876071cc5fdfee08ad7790c736f8443db6e0b298 (diff) |
Merge "make unittest execution more user-friendly"
Diffstat (limited to 'utils/test/testapi/test-requirements.txt')
-rw-r--r-- | utils/test/testapi/test-requirements.txt | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/utils/test/testapi/test-requirements.txt b/utils/test/testapi/test-requirements.txt index 4633ad637..645687b14 100644 --- a/utils/test/testapi/test-requirements.txt +++ b/utils/test/testapi/test-requirements.txt @@ -2,10 +2,7 @@ # of appearance. Changing the order has an impact on the overall integration # process, which may cause wedges in the gate later. -tox mock pytest -pytest-cov coverage -pykwalify -pip_check_reqs +nose>=1.3.1 |