Skip to content

Conversation

github-actions[bot]
Copy link
Contributor

Update our test matrix with new releases of integrated frameworks and libraries.

How it works

  • Scan PyPI for all supported releases of all frameworks we have a dedicated test suite for.
  • Pick a representative sample of releases to run our test suite against. We always test the latest and oldest supported version.
  • Update tox.ini with the new releases.

Action required

  • If CI passes on this PR, it's safe to approve and merge. It means our integrations can handle new versions of frameworks that got pulled in.
  • If CI doesn't pass on this PR, this points to an incompatibility of either our integration or our test setup with a new version of a framework.

🤖 This PR was automatically created using a GitHub action.

@github-actions github-actions bot added Component: CI Dealing with Github Actions Component: Tests Dealing with tests labels Oct 20, 2025
@github-actions github-actions bot requested a review from a team as a code owner October 20, 2025 03:41
@github-actions github-actions bot added Component: Tests Dealing with tests Component: CI Dealing with Github Actions labels Oct 20, 2025
Copy link

codecov bot commented Oct 20, 2025

❌ 2 Tests Failed:

Tests completed Failed Passed Skipped
23746 2 23744 1714
View the top 2 failed test(s) by shortest run time
::tests.integrations.beam.test_beam
Stack Traces | 0s run time
ImportError while importing test module '.../integrations/beam/test_beam.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
.tox/py3.12-beam-v2.69.0rc1/lib/python3.12.../site-packages/_pytest/python.py:498: in importtestmodule
    mod = import_path(
.tox/py3.12-beam-v2.69.0rc1/lib/python3.12.../site-packages/_pytest/pathlib.py:587: in import_path
    importlib.import_module(module_name)
.../hostedtoolcache/Python/3.12.12.../x64/lib/python3.12/importlib/__init__.py:90: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
<frozen importlib._bootstrap>:1387: in _gcd_import
    ???
<frozen importlib._bootstrap>:1360: in _find_and_load
    ???
<frozen importlib._bootstrap>:1331: in _find_and_load_unlocked
    ???
<frozen importlib._bootstrap>:935: in _load_unlocked
    ???
.tox/py3.12-beam-v2.69.0rc1/lib/python3.12.../_pytest/assertion/rewrite.py:186: in exec_module
    exec(co, module.__dict__)
.../integrations/beam/test_beam.py:4: in <module>
    import dill
E   ModuleNotFoundError: No module named 'dill'
::tests.integrations.beam.test_beam
Stack Traces | 0s run time
ImportError while importing test module '.../integrations/beam/test_beam.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
.tox/py3.9-beam-v2.69.0rc1/lib/python3.9.../site-packages/_pytest/python.py:498: in importtestmodule
    mod = import_path(
.tox/py3.9-beam-v2.69.0rc1/lib/python3.9.../site-packages/_pytest/pathlib.py:587: in import_path
    importlib.import_module(module_name)
.../hostedtoolcache/Python/3.9.24.../x64/lib/python3.9/importlib/__init__.py:127: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
<frozen importlib._bootstrap>:1030: in _gcd_import
    ???
<frozen importlib._bootstrap>:1007: in _find_and_load
    ???
<frozen importlib._bootstrap>:986: in _find_and_load_unlocked
    ???
<frozen importlib._bootstrap>:680: in _load_unlocked
    ???
.tox/py3.9-beam-v2.69.0rc1/lib/python3.9.../_pytest/assertion/rewrite.py:186: in exec_module
    exec(co, module.__dict__)
.../integrations/beam/test_beam.py:4: in <module>
    import dill
E   ModuleNotFoundError: No module named 'dill'

To view more test analytics, go to the Test Analytics Dashboard
📋 Got 3 mins? Take this short survey to help us improve Test Analytics.

cursor[bot]

This comment was marked as outdated.

@sentrivana sentrivana enabled auto-merge (squash) October 20, 2025 11:53
@sentrivana sentrivana merged commit f6d1969 into master Oct 20, 2025
112 checks passed
@sentrivana sentrivana deleted the toxgen/update branch October 20, 2025 12:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Component: CI Dealing with Github Actions Component: Tests Dealing with tests

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant