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

Drop nose #13909

Merged
merged 4 commits into from
Nov 2, 2022
Merged

Drop nose #13909

merged 4 commits into from
Nov 2, 2022

Commits on Nov 1, 2022

  1. Drop nose

    It's deprecated and unmaintained, and is broken under Python 3.10 .
    nsoranzo committed Nov 1, 2022
    Configuration menu
    Copy the full SHA
    5ca0aea View commit details
    Browse the repository at this point in the history
  2. Use galaxy_driver_class to create tool shed driver

    Use ``autouse`` fixture to configure test driver
    mvdbeek authored and nsoranzo committed Nov 1, 2022
    Configuration menu
    Copy the full SHA
    ba59305 View commit details
    Browse the repository at this point in the history
  3. Use local import of sqlalchemy sessions

    If we import too early we just get the inital None. Slightly more robust
    but still bad.
    mvdbeek authored and nsoranzo committed Nov 1, 2022
    Configuration menu
    Copy the full SHA
    94f23ad View commit details
    Browse the repository at this point in the history
  4. Drop scripts/function_tests.py

    mvdbeek authored and nsoranzo committed Nov 1, 2022
    Configuration menu
    Copy the full SHA
    eec1778 View commit details
    Browse the repository at this point in the history