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

♻️ Maintenance: Removed deprecation warnings and marks flaky tests #3085

Merged
merged 13 commits into from
Jun 10, 2022

Commits on Jun 8, 2022

  1. Configuration menu
    Copy the full SHA
    61442a5 View commit details
    Browse the repository at this point in the history
  2. 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)
    pcrespov committed Jun 8, 2022
    Configuration menu
    Copy the full SHA
    9016616 View commit details
    Browse the repository at this point in the history
  3. minor

    pcrespov committed Jun 8, 2022
    Configuration menu
    Copy the full SHA
    f0089ff View commit details
    Browse the repository at this point in the history
  4. rm DeprecationWarning: models_library.settings.http_clients is deprec…

    …ated, use instead settings_library.http_client_request
    pcrespov committed Jun 8, 2022
    Configuration menu
    Copy the full SHA
    1c5615a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b66a803 View commit details
    Browse the repository at this point in the history
  6. 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'.
    pcrespov committed Jun 8, 2022
    Configuration menu
    Copy the full SHA
    b500bbe View commit details
    Browse the repository at this point in the history
  7. fix

    pcrespov committed Jun 8, 2022
    Configuration menu
    Copy the full SHA
    9ddf912 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c2d9873 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1a97849 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    079c92a View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2022

  1. Fixes flaky test (#68)

    * fixed test
    
    * refactor test
    
    Co-authored-by: Andrei Neagu <[email protected]>
    GitHK and Andrei Neagu authored Jun 10, 2022
    Configuration menu
    Copy the full SHA
    a3a8a8a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    334aae3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7ff1308 View commit details
    Browse the repository at this point in the history