fmi...@hephaestos.ovh.adullact.org
unread,Sep 7, 2021, 3:21:18 AM9/7/21Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to openmairie-...@googlegroups.com
Author: fmichon
Date: 2021-09-07 09:21:16 +0200 (Tue, 07 Sep 2021)
New Revision: 1132
Modified:
branches/4.1.x/tests/pip-requirements.txt
Log:
* Tests : pin Unidecode 1.2.0 to fix Unidecode 1.3.0 ERROR: Package 'unidecode' requires a different Python: 2.7.16 not in '>=3.5'.
Modified: branches/4.1.x/tests/pip-requirements.txt
===================================================================
--- branches/4.1.x/tests/pip-requirements.txt 2021-03-01 08:51:37 UTC (rev 1131)
+++ branches/4.1.x/tests/pip-requirements.txt 2021-09-07 07:21:16 UTC (rev 1132)
@@ -10,3 +10,5 @@
robotframework-archivelibrary==0.4.0
psycopg2==2.8.3
python-daemon==2.2.4
+Unidecode==1.2.0
+