From 6bc8b36ef2da6eaefe49225d87ce80834fa98c9d Mon Sep 17 00:00:00 2001 From: Julien Langlois Date: Mon, 17 Aug 2026 14:35:43 +0200 Subject: [PATCH] Remove deprecated run_appveyor script This is not used anymore and has been the case for multiple years. --- tests/run_appveyor.bat | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 tests/run_appveyor.bat diff --git a/tests/run_appveyor.bat b/tests/run_appveyor.bat deleted file mode 100644 index 8cfb8b06d..000000000 --- a/tests/run_appveyor.bat +++ /dev/null @@ -1,19 +0,0 @@ -:: Copyright (c) 2018 Shotgun Software Inc. -:: -:: CONFIDENTIAL AND PROPRIETARY -:: -:: This work is provided "AS IS" and subject to the Shotgun Pipeline Toolkit -:: Source Code License included in this distribution package. See LICENSE. -:: By accessing, using, copying or modifying this work you indicate your -:: agreement to the Shotgun Pipeline Toolkit Source Code License. All rights -:: not expressly granted therein are reserved by Shotgun Software Inc. - -:: -:: This file is run by the appveyor builds. -:: - -copy tests\example_config tests\config -%PYTHON%\Scripts\pip install -r tests/ci_requirements.txt -%PYTHON%\Scripts\pip install . -U -cd tests -%PYTHON%\Scripts\nosetests.exe -v --no-path-adjustment