summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorRayyan Ansari <rayyan@ansari.sh>2023-01-11 18:40:57 +0000
committerRayyan Ansari <rayyan@ansari.sh>2023-01-13 17:02:41 +0000
commitb19d2c14491f64898d20eacb972ab9acb25faac2 (patch)
tree5613ed88d84a828a19ff46e14f255fcf085a586d /scripts
parente74b42920cb5c8d3f18c0a64697e6a020daa18c6 (diff)
Add tests to Windows CI
Diffstat (limited to 'scripts')
-rw-r--r--scripts/msys2-install-deps4
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/msys2-install-deps b/scripts/msys2-install-deps
index 7579a1379..39fae4c70 100644
--- a/scripts/msys2-install-deps
+++ b/scripts/msys2-install-deps
@@ -2,3 +2,7 @@
pacman -S --needed --noconfirm git mingw-w64-ucrt-x86_64-{toolchain,pkgconf,zstd,lz4,xxhash,openssl,python,cython,python-setuptools,python-wheel,python-pkgconfig,python-packaging,python-msgpack,python-argon2_cffi,python-pip}
pip install pyinstaller
+
+if [ "$1" = "development" ]; then
+ pacman -S --needed --noconfirm mingw-w64-ucrt-x86_64-python-{pytest,pytest-benchmark,pytest-cov,pytest-forked,pytest-xdist}
+fi