We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e987a4 commit c7b3990Copy full SHA for c7b3990
tests/utils.py
@@ -77,7 +77,7 @@ def parse_flag_from_env(key, default=False):
77
78
# Beam
79
require_beam = pytest.mark.skipif(
80
- not config.BEAM_AVAILABLE or config.DILL_VERSION >= version.parse("0.3.6"),
+ not config.BEAM_AVAILABLE or config.DILL_VERSION >= version.parse("0.3.2"),
81
reason="test requires apache-beam and a compatible dill version",
82
)
83
0 commit comments