Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bumped pytest #2189

Merged
merged 2 commits into from
Dec 2, 2024
Merged

Bumped pytest #2189

merged 2 commits into from
Dec 2, 2024

Conversation

gandiddi
Copy link
Collaborator

@gandiddi gandiddi commented Nov 14, 2024

Fixes #2168

Description

[botbuilder.testing] Relax dependency to allow pytest 8

Specific Changes

  • Updated pytest version to 8.3.3
  • Updated pytest-asyncio version to 0.24.0
  • Updated pytest-cov version to >=5.0.0
  • Fixed ModuleNotFoundError: No module named 'simple_adapter' in test_teams_activity_handler.py
  • Fixed PytestAssertRewriteWarning: assertion is always true, perhaps remove parentheses? in test_choice_recognizers.py

Testing

Ran the pip install commands and pytest in the following Python versions, and they are working as expected
Python 3.13.0, 3.12.5, 3.11.9, 3.10.11, 3.9.13, 3.8.10

@gandiddi gandiddi requested a review from a team as a code owner November 14, 2024 12:40
@tracyboehrer tracyboehrer merged commit 394d3d6 into main Dec 2, 2024
10 checks passed
@tracyboehrer tracyboehrer deleted the v-gandiddi/Bump_pytest_version branch December 2, 2024 14:11
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.

[botbuilder.testing] Relax dependency to allow pytest 8
2 participants