From 4df5dfcdc98d936077c3e765979ca72763498b84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-S=C3=A9bastien=20Gosselin?= Date: Mon, 28 Aug 2017 11:41:56 -0400 Subject: [PATCH] Added pywin32 to CONDA_DEPENDENCIES If this package is not importer, an modal error messager is opened in `spyder.utils.environ.set_user_env` and the test time out --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 1b4c580d6bb..ea30770afb1 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -12,7 +12,7 @@ environment: CONDA_DEPENDENCIES: > rope pyflakes sphinx pygments pylint pycodestyle psutil nbconvert qtawesome pickleshare pyzmq chardet mock pandas pytest - pytest-cov numpydoc scipy pillow qtconsole matplotlib jedi + pytest-cov numpydoc scipy pillow qtconsole matplotlib jedi pywin32 PIP_DEPENDENCIES: "pytest-qt pytest-mock pytest-timeout flaky" matrix: