Skip to content

Commit

Permalink
Fix ValueError I/O operation on closed file
Browse files Browse the repository at this point in the history
Not sure yet, but
pallets/click#824

and then
https://docs.pytest.org/en/6.2.x/logging.html#live-logs

suggested turning this off and it seems to have worked.
  • Loading branch information
Jesse committed Jan 18, 2022
1 parent 4a6fdb8 commit 8931cd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pytest.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[pytest]
testpaths=test
log_cli = 1
log_cli = 0
log_cli_level = INFO
log_cli_format = %(asctime)s [%(levelname)8s] %(message)s (%(filename)s:%(lineno)s)
log_cli_date_format=%Y-%m-%d %H:%M:%S

0 comments on commit 8931cd6

Please sign in to comment.