Skip to content
Snippets Groups Projects
Unverified Commit e943cebd authored by Todd Dembrey's avatar Todd Dembrey Committed by GitHub
Browse files

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
parent 85e84135
No related branches found
No related tags found
No related merge requests found
...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment