Skip to content

fix: add pytest-rerunfailures to integ test config#435

Merged
nborges-aws merged 1 commit intomainfrom
fix/memoryIntegTest
Apr 24, 2026
Merged

fix: add pytest-rerunfailures to integ test config#435
nborges-aws merged 1 commit intomainfrom
fix/memoryIntegTest

Conversation

@nborges-aws
Copy link
Copy Markdown
Contributor

Description of changes:
While looking into the failing memory integ test, I noticed the following message in the failures logs: integrations/test_session_manager.py:139: PytestUnknownMarkWarning: Unknown pytest.mark.flaky.

This mark comes from pytest-rerunfailures, which was not being installed as a test dependency in the test space. Thus, the mark was not having any effect. This change should allow the flaky test to rerun as intended (and hopefully succeed on retries!)

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@nborges-aws nborges-aws requested a review from a team April 24, 2026 16:41
@nborges-aws nborges-aws force-pushed the fix/memoryIntegTest branch from 33b986a to d986a05 Compare April 24, 2026 19:31
@nborges-aws nborges-aws merged commit c8810f9 into main Apr 24, 2026
25 of 27 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants