diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2018-04-07 11:45:13 -0600 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2018-04-08 08:52:04 -0600 |
commit | 313df463392352b6e31c512216da722b5cc31309 (patch) | |
tree | 978b2457f8b0a8489eb4f326d55c08c8aa180c78 /.appveyor.yml | |
parent | c1490e8a85c8c1b7be4e4f06d3d4ae9806968856 (diff) | |
download | numpy-313df463392352b6e31c512216da722b5cc31309.tar.gz |
TST: Do not ignore yield warnings in ci testing.
Diffstat (limited to '.appveyor.yml')
-rw-r--r-- | .appveyor.yml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/.appveyor.yml b/.appveyor.yml index f001aa041..91a6c6ec8 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -121,9 +121,7 @@ build_script: } test_script: - #- if [%USE_PYTEST%]==[true] pytest -n3 --junitxml=junit-results.xml - #- if [%USE_PYTEST%]==[] python runtests.py -v -n -m %TEST_MODE% - python runtests.py -v -n -m %TEST_MODE% -- --disable-pytest-warnings + python runtests.py -v -n -m %TEST_MODE% after_build: # Remove old or huge cache files to hopefully not exceed the 1GB cache limit. |