summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@redhat.com>2016-05-27 16:19:31 +0200
committerVictor Stinner <vstinner@redhat.com>2016-06-22 09:23:47 +0200
commit71284ddc5fc44edcded7b7eea770baf46042b4ae (patch)
treedefe154f3fa93c5579befc5386027fcfef207491 /test-requirements.txt
parentb938999f7dd4678adef9efad88d48e82f6721c43 (diff)
downloadtrove-71284ddc5fc44edcded7b7eea770baf46042b4ae.tar.gz
Run Python 3 unit tests in parallel
Replace testtools.run test runner with os-testr for Python 3 to run tests in parallel. Replace also the whitelist with a blacklist to quickly identify tests which still must be ported to Python 3. Blacklist backup.test_backup_models: even if it worked when run with testtools.run, it fails when run using os-testr. We can investigate this issue later, it's more important to reduce the duration of the py34 job to reduce the risk of random timeout. Add a dependency to os-testr. Partially implements: blueprint trove-python3 Change-Id: I5ea7ebf7eec15b75a5fed07aab7bd15e5e6cd6d6
Diffstat (limited to 'test-requirements.txt')
-rw-r--r--test-requirements.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index c260c715..c3ca3dd4 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -27,3 +27,4 @@ psycopg2>=2.5 # LGPL/ZPL
cassandra-driver>=2.1.4 # Apache-2.0
pycrypto>=2.6 # Public Domain
couchdb>=0.8 # Apache-2.0
+os-testr>=0.7.0 # Apache-2.0