-
Notifications
You must be signed in to change notification settings - Fork 27
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
♻️ Maintenance: Removed deprecation warnings and marks flaky tests #3085
Changes from all commits
61442a5
9016616
f0089ff
1c5615a
b66a803
b500bbe
9ddf912
c2d9873
1a97849
079c92a
a3a8a8a
334aae3
7ff1308
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
1.3.0 | ||
1.3.1 |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
from models_library.settings.http_clients import ClientRequestSettings | ||
from settings_library.http_client_request import ClientRequestSettings | ||
|
||
client_request_settings = ClientRequestSettings() |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,3 +6,6 @@ tag = False | |
commit_args = --no-verify | ||
|
||
[bumpversion:file:VERSION] | ||
|
||
[tool:pytest] | ||
asyncio_mode = auto | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. why was this necessary? it is already in the makefile right? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. is it? I need to double check then. There was a warning in the tests ...
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. But yes, I see that the scripts in |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,3 +6,6 @@ tag = False | |
commit_args = --no-verify | ||
|
||
[bumpversion:file:VERSION] | ||
|
||
[tool:pytest] | ||
asyncio_mode = auto |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what is the point of declaring this variable?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this way we can get autocompletion, search, etc in vscode