From fa927d8d8a55dfe7fa2c5da6eb96db1b7c2beb89 Mon Sep 17 00:00:00 2001 From: Lennart Date: Wed, 22 Nov 2023 20:28:23 +0100 Subject: [PATCH] [FIX] Do not install scrypt for windows unittesting --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 7cfaf230..9595ddfe 100644 --- a/setup.cfg +++ b/setup.cfg @@ -44,7 +44,7 @@ install_requires = [options.extras_require] dev = - scrypt >= 0.8.18 + scrypt >= 0.8.18;platform_system!="Windows" sphinx >= 4.3.1 coveralls >= 3.0.1 psycopg2 >= 2.9.2