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

Cherry-pick #16883 to 7.x: Use pytest instead of nosetests #20478

Merged
merged 5 commits into from
Aug 12, 2020

Commits on Aug 6, 2020

  1. Use pytest instead of nosetests (elastic#16883)

    Nosetests has been in maintenance mode for years, its last release was
    released in 2015. Some functionality it uses from Python is going to be
    removed in upcoming versions.
    
    Use pytest to replace nosetests as testrunner. Features used from nose
    libraries are replaced by features from the Python standard library and
    from pytest.
    
    (cherry picked from commit a6e2e24)
    jsoriano committed Aug 6, 2020
    Configuration menu
    Copy the full SHA
    2f27d4c View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2020

  1. Fix elasticsearch version

    jsoriano committed Aug 10, 2020
    Configuration menu
    Copy the full SHA
    1a7e63d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    22e38c7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cc4e7e5 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2020

  1. Configuration menu
    Copy the full SHA
    dbe25a1 View commit details
    Browse the repository at this point in the history