Skip to content

Commit

Permalink
Allow Faker 5 or later
Browse files Browse the repository at this point in the history
  • Loading branch information
thombashi committed Jan 3, 2021
1 parent 9b576e1 commit 216c342
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Faker>=1.0.8,<5
Faker>=1.0.8,<6
tabledata>=1.1.1,<2
2 changes: 1 addition & 1 deletion requirements/test_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Faker>=4.0.3
Faker>=5
pytablewriter>=0.46
pytest>=6.0.1
pytest-discord>=0.0.5
Expand Down
2 changes: 1 addition & 1 deletion test/test_tblfaker.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def test_normal_locale(self):
expected = TableData(
None,
("name", "address"),
[("山岸 裕樹", "三重県荒川区明石町14丁目4番16号"), ("村山 拓真", "北海道荒川区白金台15丁目19番4号 コート所野806")],
[("近藤 裕樹", "三重県荒川区明石町14丁目4番16号"), ("村上 拓真", "北海道荒川区白金台15丁目19番4号 コート所野806")],
)
out_table = dumps_tabledata(out, **dump_opts)
expected_table = dumps_tabledata(expected, **dump_opts)
Expand Down

0 comments on commit 216c342

Please sign in to comment.