ashb commented on code in PR #51699:
URL: https://github.com/apache/airflow/pull/51699#discussion_r2145541518
##########
task-sdk/src/airflow/sdk/execution_time/supervisor.py:
##########
@@ -1272,7 +1291,6 @@ class InProcessTestSupervisor(ActivitySubprocess):
"""A supervisor that runs tasks in-process for easier testing."""
comms: InProcessSupervisorComms = attrs.field(init=False)
- stdin = attrs.field(init=False)
Review Comment:
They are, and this fails without this
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]