Use concurrent.futures instead of our own ThreadPool implementation

This commit is contained in:
Jan Kaluza
2017-02-20 14:36:11 +01:00
parent aa6db9fcce
commit 1d8bc3e33a
4 changed files with 7 additions and 53 deletions

View File

@@ -13,6 +13,7 @@ RUN dnf install -y \
python-mock \
python-pip \
python-qpid \
python-futures \
python2-cffi \
python2-cryptography \
python2-pdc-client \