Merge branch '1323-fix-faker' into 'develop'

Ban the broken faker version

Closes #1323

See merge request funkwhale/funkwhale!1263
This commit is contained in:
Agate 2021-01-12 10:12:04 +01:00
commit 7164248e22
2 changed files with 2 additions and 0 deletions

View File

@ -10,3 +10,4 @@ pytest-randomly~=3.4.0
pytest-sugar~=0.9.0
requests-mock~=1.8.0
#pytest-profiling<1.4
faker!=5.5.0

View File

@ -0,0 +1 @@
Avoid broken Faker version (#1323)