assert_that
broken with TypeError on beam 2.50.0
conda distro (but not pip)
#67
Labels
bug
Something isn't working
Solution to issue cannot be found in the documentation.
Issue
Starting from beam
2.50.0
,assert_that
fromfrom apache_beam.testing.util
is broken only on the conda disto (not pip), raising:Full trace
I have replicated this error with the MRE in cisaacstern/beam2.50.0-assert-that-bug#1, with the relevant trace here.
For visibility, here is the test module that PR runs:
As the linked PR demonstrates,
test_assert_that
in this module fails with TypeError with beam2.50.0
installed from conda, but not pip.This issue began in
2.50.0
as the PR also demonstrates that this test module passes with beam2.49.0
installed from either conda or pip.Installed packages
Copied from https://github.com/cisaacstern/beam2.50.0-assert-that-bug/actions/runs/6103506815/job/16564018052?pr=1#step:6:39
Environment info
Copied from https://github.com/cisaacstern/beam2.50.0-assert-that-bug/actions/runs/6103506815/job/16564018052?pr=1#step:6:12
The text was updated successfully, but these errors were encountered: