Skip to content

Commit e64017d

Browse files
committed
added appveyor-retry to test commands to combat flaky tests (#263)
closes #263 Signed-off-by: Benjamin Wohlwend <[email protected]>
1 parent 655c940 commit e64017d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appveyor.yml renamed to .appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ build: off
4646

4747
test_script:
4848
- bash .\\tests\\scripts\\download_json_schema.sh
49-
- if "%ASYNCIO%" == "true" call .\\tests\\appveyor\\build.cmd %PYTHON%\\python.exe -m pytest -m "not integrationtest"
50-
- if "%ASYNCIO%" == "false" call .\\tests\\appveyor\\build.cmd %PYTHON%\\python.exe -m pytest --ignore=tests/asyncio -m "not integrationtest"
49+
- if "%ASYNCIO%" == "true" call appveyor-retry .\\tests\\appveyor\\build.cmd %PYTHON%\\python.exe -m pytest -m "not integrationtest"
50+
- if "%ASYNCIO%" == "false" call appveyor-retry .\\tests\\appveyor\\build.cmd %PYTHON%\\python.exe -m pytest --ignore=tests/asyncio -m "not integrationtest"
5151

5252
after_test:
5353
- ".\\tests\\appveyor\\build.cmd %PYTHON%\\python.exe setup.py bdist_wheel"

0 commit comments

Comments
 (0)