The Microsoft Bot Framework provides what you need to build and connect intelligent bots that interact naturally wherever your users are talking, from text/sms to Skype, Slack, Office 365 mail and other popular services.
[botbuilder.testing] Relax dependency to allow pytest 8
Specific Changes
Updated pytestversion 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
Fixes #2168
Description
[botbuilder.testing] Relax dependency to allow pytest 8
Specific Changes
pytest
version to8.3.3
pytest-asyncio
version to0.24.0
pytest-cov
version to>=5.0.0
ModuleNotFoundError: No module named 'simple_adapter'
intest_teams_activity_handler.py
PytestAssertRewriteWarning: assertion is always true, perhaps remove parentheses?
intest_choice_recognizers.py
Testing
Ran the
pip install commands
andpytest
in the following Python versions, and they are working as expectedPython 3.13.0, 3.12.5, 3.11.9, 3.10.11, 3.9.13, 3.8.10