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

ci(gevent): pin greenlet for legacy gevent versions (backport #4437) #4454

Merged
merged 3 commits into from
Nov 8, 2022

Commits on Nov 3, 2022

  1. ci(gevent): pin greenlet for legacy gevent versions (#4437)

    Earlier versions of gevent (v1.1, v1.2, v1.3, v1.4, v20.9) only specify a minimum greenlet version. greenlet v2.0 updated its ABI to support py3.11 and is only compatible with gevent>=22.10.2..
    
    This change updates gevent and opentracer tests to install greenlet<2 if gevent<=20.9 is used.
    
    Co-authored-by: Brett Langdon <brett.langdon@datadoghq.com>
    (cherry picked from commit b85fca2)
    
    # Conflicts:
    #	tox.ini
    mabdinur authored and mergify[bot] committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    5457f20 View commit details
    Browse the repository at this point in the history
  2. fix conflicts

    mabdinur committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    ac93bf3 View commit details
    Browse the repository at this point in the history
  3. Update tox.ini

    mabdinur committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    efb87cc View commit details
    Browse the repository at this point in the history