Skip to content

Commit

Permalink
Fix resource warnings in doctest
Browse files Browse the repository at this point in the history
See #14.
  • Loading branch information
mgedmin committed Oct 13, 2019
1 parent 125140a commit 8d96e89
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/z3c/checkversions/buildout.txt
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,9 @@ We are using it directly here:
True
>>> p.wait()
0
>>> p.stdin.close()
>>> p.stdout.close()
>>> p.stderr.close()


explicitly unpinned versions
Expand Down

0 comments on commit 8d96e89

Please sign in to comment.