Skip to content

Fixes failing waterfall tests on Python 3.8 #744

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

Merged
merged 7 commits into from
Feb 21, 2020
Merged

Conversation

tracyboehrer
Copy link
Member

@tracyboehrer tracyboehrer commented Feb 14, 2020

Fixes #684

The waterfall tests were likely also not working as expected in Python 3.6 and 3.7. The @patch annotation interferes with async, and those test were not being waited on.

The relevant correction is in waterfall_dialog.py related to how properties were passed to TelemetryClient.track_event, and removal of the @patch annotations.

Also made various corrections to reduce needless warnings related to pytest.

@tracyboehrer tracyboehrer requested a review from axelsrz February 14, 2020 21:19
@tracyboehrer tracyboehrer merged commit 53c7ab8 into master Feb 21, 2020
@tracyboehrer tracyboehrer deleted the trboehre/pytest branch February 21, 2020 17:00
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.

Waterfall dialogs/tests aren't compatible with Python 3.8
2 participants