diff options
Diffstat (limited to 'conductor/test-requirements.txt')
-rw-r--r-- | conductor/test-requirements.txt | 3 |
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 |