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:
commit
7164248e22
|
@ -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
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
Avoid broken Faker version (#1323)
|
Loading…
Reference in New Issue