summaryrefslogtreecommitdiffstats
path: root/conductor/test-requirements.txt
diff options
context:
space:
mode:
authorkrishnaa96 <krishna.moorthy6@wipro.com>2020-03-17 00:19:32 +0530
committerkrishnaa96 <krishna.moorthy6@wipro.com>2020-03-17 20:37:26 +0530
commitf5805dce206c078e46a0a326ff1ba2cb5da584d1 (patch)
tree18742b40947938244cef6740d0d1d64cf644b1b3 /conductor/test-requirements.txt
parentc34dc0fad35bff8ffbaed7d7c5a67cad597bea65 (diff)
Migrate unit tests to python3
Issue-ID: OPTFRA-645 Signed-off-by: krishnaa96 <krishna.moorthy6@wipro.com> Change-Id: I094eaa594e7a6f6541ca5d894e0af5127afd3936
Diffstat (limited to 'conductor/test-requirements.txt')
-rw-r--r--conductor/test-requirements.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/conductor/test-requirements.txt b/conductor/test-requirements.txt
index 7466c9d..a44bdd5 100644
--- a/conductor/test-requirements.txt
+++ b/conductor/test-requirements.txt
@@ -3,8 +3,9 @@
# process, which may cause wedges in the gate later.
# Hacking already pins down pep8, pyflakes and flake8
-hacking<0.11,>=0.10.0
+hacking>=2.0.0
# bandit>=1.1.0 # Apache-2.0
+pytest>=5.4.1
coverage>=3.6 # Apache-2.0
fixtures>=3.0.0 # Apache-2.0/BSD
kombu>=3.0.25 # BSD