From 71284ddc5fc44edcded7b7eea770baf46042b4ae Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Fri, 27 May 2016 16:19:31 +0200 Subject: 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 --- test-requirements.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'test-requirements.txt') 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 -- cgit v1.2.1