Skip to content

Commit

Permalink
Update test dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Tsuyoshi Hombashi <tsuyoshi.hombashi@gmail.com>
  • Loading branch information
thombashi committed Dec 31, 2024
1 parent 9c1722f commit a3d8cf7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions requirements/test_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pytablereader[excel,sqlite]>=0.31.3
pytest>=6.0.1
pytest-md-report>=0.5
sqliteschema>=1.3.0
pytest-md-report>=0.6.2
sqliteschema>=2
tablib>=3.2.0
beautifulsoup4>=4.10
4 changes: 2 additions & 2 deletions test/writer/binary/test_sqlite_writer.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ def test_normal_type_hints(self, tmpdir):
("Field", "a"),
("Index", False),
("Type", "TEXT"),
("Null", "YES"),
("Nullable", "YES"),
("Key", ""),
("Default", "NULL"),
("Extra", ""),
Expand All @@ -140,7 +140,7 @@ def test_normal_type_hints(self, tmpdir):
("Field", "b"),
("Index", False),
("Type", "INTEGER"),
("Null", "YES"),
("Nullable", "YES"),
("Key", ""),
("Default", "NULL"),
("Extra", ""),
Expand Down

0 comments on commit a3d8cf7

Please sign in to comment.