Skip to content

"ValueError: I/O operation on closed file" in Github test runner #765

Closed
@gkirgizov

Description

@gkirgizov

Several PRs on github are failing now because of this error.

Seems related to these problems in pytest

UPD: Problem is because pytest tampers with stdout/stderr. Anything that uses them, can cause this problem (logging, print, tqdm in our case)

UPD2: Now the only problem is tqdm that must be disabled completely in certain tests

UPD3: more related things

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingtestThe additon or modification of the unit test

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions