-
- Downloads
Pin Faker version so that we dont come across the decimal API change (#1520)
pydecimal complains about: `TypeError: pydecimal() got an unexpected keyword argument 'min_value'` for versions of faker < 1.0
... | @@ -5,6 +5,7 @@ | ... | @@ -5,6 +5,7 @@ |
# Test dependencies | # Test dependencies | ||
flake8 | flake8 | ||
factory_boy==2.9.2 | factory_boy==2.9.2 | ||
Faker==1.0.8 # Pinning to avoid API changes to pydecimal in 0.x - could go higher in future | |||
wagtail-factories==1.1.0 | wagtail-factories==1.1.0 | ||
responses==0.10.4 | responses==0.10.4 | ||
... | ... |
Please register or sign in to comment