Skip to content
Snippets Groups Projects
Commit d12591ef authored by Paul McCarthy's avatar Paul McCarthy :mountain_bicyclist:
Browse files

Update CI to point to test_idle.py instead of test_async.py

parent bd9253ef
No related branches found
No related tags found
No related merge requests found
Pipeline #
...@@ -270,7 +270,7 @@ variables: ...@@ -270,7 +270,7 @@ variables:
# We run some tests under xvfb-run # We run some tests under xvfb-run
# because they invoke wx. Sleep in # because they invoke wx. Sleep in
# between, otherwise xvfb gets upset. # 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 - sleep 5
- xvfb-run python setup.py test --addopts="$TEST_OPTS tests/test_platform.py" - xvfb-run python setup.py test --addopts="$TEST_OPTS tests/test_platform.py"
...@@ -284,7 +284,7 @@ variables: ...@@ -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 - 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 # 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 - python -m coverage report
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment