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

Fix CI issue with tox #6137

Merged
merged 10 commits into from
Oct 25, 2022
Merged

Fix CI issue with tox #6137

merged 10 commits into from
Oct 25, 2022

Conversation

iknox-fa
Copy link
Contributor

See: #6134

eve-johns and others added 10 commits October 17, 2022 16:58
* fix f string issue

* removed one space

* Add changelog

* fixed return format

Co-authored-by: Leah Antkiewicz <leah.antkiewicz@fishtownanalytics.com>
* Updated string formatting on non-f-strings.

Found all cases of strings separated by white space on a single line and
removed white space separation. EX: "hello " "world" -> "hello world".

* add changelog entry
* Create functors to initialize event types with str-type member attributes. Before this change, the spec of various classes expected base_msg and msg params to be str's. This assumption did not always hold true. post_init hooks ensures the spec is obeyed.
* Add new changelog.
* Add msg type change functor to a few other events that could use it.

Co-authored-by: Mila Page <versusfacit@users.noreply.github.com>
…y. (#6095)

Co-authored-by: Mila Page <versusfacit@users.noreply.github.com>
* convert 027 cycle test

* remove no-op expect_pass=False

* remove postgres from test names
@iknox-fa iknox-fa added the Skip Changelog Skips GHA to check for changelog file label Oct 25, 2022
@iknox-fa iknox-fa requested a review from a team as a code owner October 25, 2022 18:06
@iknox-fa iknox-fa requested a review from a team October 25, 2022 18:06
@iknox-fa iknox-fa requested review from a team as code owners October 25, 2022 18:06
@cla-bot cla-bot bot added the cla:yes label Oct 25, 2022
Copy link
Contributor

@stu-k stu-k left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nothing stands out 👍

@iknox-fa iknox-fa merged commit 5efc4aa into feature/click-cli Oct 25, 2022
@iknox-fa iknox-fa deleted the iknox/test-broken-psycopg2 branch October 25, 2022 18:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla:yes Skip Changelog Skips GHA to check for changelog file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants