[BUG][Flytekit] NamedTuple AssertionError in Python 3.9 #1154
Labels
bug
Something isn't working
flytekit
FlyteKit Python related issue
python-3.9+
Capture bugs that affect flytekit for versions greater than python3.9
untriaged
This issues has not yet been looked at by the Maintainers
Describe the bug
The test
test_more_normal_task()
in tests/flytekit/unit/core/test_node_creation.py is resulting in an error:AssertionError: Output(t1_str_output) in tasktest_node_creation.t1 received a tuple ('7',), instead of <class 'str'>
.Expected behavior
No error is expected to pop up.
To Reproduce
Steps to reproduce the behavior:
The text was updated successfully, but these errors were encountered: