-
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
♻️ Maintenance: Removed deprecation warnings and marks flaky tests #3085
Commits on Jun 8, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 61442a5 - Browse repository at this point
Copy the full SHA 61442a5View commit details -
fixes deprecation warning for asyncio_mode
../../.venv/lib/python3.9/site-packages/pytest_aiohttp/plugin.py:28 /home/crespo/devp/osparc-simcore/.venv/lib/python3.9/site-packages/pytest_aiohttp/plugin.py:28: DeprecationWarning: The 'asyncio_mode' is 'legacy', switching to 'auto' for the sake of pytest-aiohttp backward compatibility. Please explicitly use 'asyncio_mode=strict' or 'asyncio_mode=auto' in pytest configuration file. config.issue_config_time_warning(LEGACY_MODE, stacklevel=2)
Configuration menu - View commit details
-
Copy full SHA for 9016616 - Browse repository at this point
Copy the full SHA 9016616View commit details -
Configuration menu - View commit details
-
Copy full SHA for f0089ff - Browse repository at this point
Copy the full SHA f0089ffView commit details -
rm DeprecationWarning: models_library.settings.http_clients is deprec…
…ated, use instead settings_library.http_client_request
Configuration menu - View commit details
-
Copy full SHA for 1c5615a - Browse repository at this point
Copy the full SHA 1c5615aView commit details -
Fixes _client.py:2012: UserWarning: Unclosed <httpx.AsyncClient objec…
…t at 0x7fa4f7aec850>. See https://www.python-httpx.org/async/\#opening-and-closing-clients for details.
Configuration menu - View commit details
-
Copy full SHA for b66a803 - Browse repository at this point
Copy the full SHA b66a803View commit details -
Fixes PytestWarning: The test <Function test_name_from_full_path> is …
…marked with '@pytest.mark.asyncio' but it is not an async function. Please remove asyncio marker. If the test is not marked explicitly, check for global markers applied via 'pytestmark'.
Configuration menu - View commit details
-
Copy full SHA for b500bbe - Browse repository at this point
Copy the full SHA b500bbeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ddf912 - Browse repository at this point
Copy the full SHA 9ddf912View commit details -
Configuration menu - View commit details
-
Copy full SHA for c2d9873 - Browse repository at this point
Copy the full SHA c2d9873View commit details -
upgrades paramiko to avoid Warnings due to Blowfish deprecation in cr…
…yptography 37.0.0
Configuration menu - View commit details
-
Copy full SHA for 1a97849 - Browse repository at this point
Copy the full SHA 1a97849View commit details -
Configuration menu - View commit details
-
Copy full SHA for 079c92a - Browse repository at this point
Copy the full SHA 079c92aView commit details
Commits on Jun 10, 2022
-
* fixed test * refactor test Co-authored-by: Andrei Neagu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a3a8a8a - Browse repository at this point
Copy the full SHA a3a8a8aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 334aae3 - Browse repository at this point
Copy the full SHA 334aae3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ff1308 - Browse repository at this point
Copy the full SHA 7ff1308View commit details