diff options
| author | capellancitizen <thecapellancitizen@gmail.com> | 2024-08-13 11:27:33 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-13 11:27:33 -0400 |
| commit | 02cce8024d0e91036266cae310ed8d24f9c64d17 (patch) | |
| tree | 43fbf8ba134570f4f017c3f5026e3ab7561e621d /requirements.txt | |
| parent | e8896fe18e3f052f6ae4c7a7a62ac3f40ec7c091 (diff) | |
CI: Added pytest, some speed improvements (#3135)
Geos build is now cached, and its tests are no longer built.
Diffstat (limited to 'requirements.txt')
| -rw-r--r-- | requirements.txt | 5 |
1 files changed, 5 insertions, 0 deletions
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 + |
