Skip to content

Commit

Permalink
Remove 'print' from test.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Oct 8, 2022
1 parent 399de70 commit b190479
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES.rst
@@ -1,3 +1,8 @@
v3.9.1
======

Removed 'print' expression in test_pickle.

v3.9.0
======

Expand Down
1 change: 0 additions & 1 deletion test_zipp.py
Expand Up @@ -418,7 +418,6 @@ def test_inheritance(self, alpharep):
),
)
def test_pickle(self, alpharep, path_type, subpath):
print(alpharep, path_type, subpath)
zipfile_ondisk = path_type(self.zipfile_ondisk(alpharep))

saved_1 = pickle.dumps(zipp.Path(zipfile_ondisk, at=subpath))
Expand Down

0 comments on commit b190479

Please sign in to comment.