Skip to content

Commit d2441c7

Browse files
committed
Excluded versions of the Faker lib that produces names of type string instead of unicode for locale ro_RO, to avoid warnings from unidecode during testing.
- Legacy-Id: 14534
1 parent 8e2359e commit d2441c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ django-widget-tweaks>=1.3
2121
docutils>=0.12
2222
factory-boy>=2.9.0
2323
google-api-python-client
24-
# Faker # from factory-boy
24+
Faker!=0.8.9,!=0.8.10 # from factory-boy # Faker 0.8.9,0.8.10 sometimes return string names instead of unicode.
2525
hashids>=1.1.0
2626
html5lib>=0.90,<0.99999999 # ietf.utils.html needs a rewrite for html5lib 1.x -- major code changes in sanitizer
2727
httplib2>=0.10.3

0 commit comments

Comments
 (0)