Merge branch 'feature/py311'

This commit is contained in:
James R. Barlow
2022-09-21 02:42:57 -07:00
3 changed files with 14 additions and 8 deletions
+2
View File
@@ -98,6 +98,8 @@ def test_output_tty():
def test_report_file_size(tmp_path, caplog):
logging.getLogger('pikepdf._qpdf').setLevel(logging.CRITICAL) # Suppress logging
in_ = tmp_path / 'a.pdf'
out = tmp_path / 'b.pdf'
pdf = pikepdf.new()