ashb commented on code in PR #51699:
URL: https://github.com/apache/airflow/pull/51699#discussion_r2145520243
##########
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:
@kaxil I assume `dag.test()` is covered by unit tests right? I'm 80% sure
this change is safe. Ditto for the removal of lock on L`1246`
--
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]