Temporarily remove typer-cli from dependencies and upgrade Black (#4754)

This commit is contained in:
Sebastián Ramírez
2022-04-01 18:01:51 -05:00
committed by GitHub
parent eddbae948f
commit e1d0e3874b
2 changed files with 5 additions and 3 deletions

View File

@@ -162,7 +162,7 @@ def test_post_file(tmp_path):
def test_post_large_file(tmp_path):
default_pydantic_max_size = 2 ** 16
default_pydantic_max_size = 2**16
path = tmp_path / "test.txt"
path.write_bytes(b"x" * (default_pydantic_max_size + 1))