From 02cce8024d0e91036266cae310ed8d24f9c64d17 Mon Sep 17 00:00:00 2001 From: capellancitizen Date: Tue, 13 Aug 2024 11:27:33 -0400 Subject: CI: Added pytest, some speed improvements (#3135) Geos build is now cached, and its tests are no longer built. --- requirements.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'requirements.txt') diff --git a/requirements.txt b/requirements.txt index 5fe6c915..2563d1f2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -37,3 +37,8 @@ flask-cors pywinutils ; sys_platform == 'win32' pywin32 ; sys_platform == 'win32' +# Test dependencies. +# It should be okay to include these here because this list isn't the one used for bundling dependencies. +# Instead Pyinstaller finds what dependencies the project needs based on what inkstitch.py imports +pytest + -- cgit v1.2.3