From d12591efc9a5eb846ff91912978591eae339204e Mon Sep 17 00:00:00 2001
From: Paul McCarthy <pauldmccarthy@gmail.com>
Date: Tue, 7 Nov 2017 16:15:47 +0000
Subject: [PATCH] Update CI to point to test_idle.py instead of test_async.py

---
 .gitlab-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2142bcad0..4e96f2137 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -270,7 +270,7 @@ variables:
     # We run some tests under xvfb-run
     # because they invoke wx. Sleep in
     # between, otherwise xvfb gets upset.
-    - xvfb-run python setup.py test --addopts="$TEST_OPTS tests/test_async.py"
+    - xvfb-run python setup.py test --addopts="$TEST_OPTS tests/test_idle.py"
     - sleep 5
     - xvfb-run python setup.py test --addopts="$TEST_OPTS tests/test_platform.py"
 
@@ -284,7 +284,7 @@ variables:
     - su -s /bin/bash -c 'source test.venv/bin/activate && python setup.py test --addopts="$TEST_OPTS tests/test_immv_imcp.py"' nobody
 
     # All other tests can be run as normal
-    - python setup.py test --addopts="$TEST_OPTS --ignore=tests/test_async.py --ignore=tests/test_platform.py --ignore=tests/test_immv_imcp.py"
+    - python setup.py test --addopts="$TEST_OPTS --ignore=tests/test_idle.py --ignore=tests/test_platform.py --ignore=tests/test_immv_imcp.py"
     - python -m coverage report
 
 
-- 
GitLab