Skip to content

Bump pytest>=9.0 and tornado>=6.5 and update#69

Open
pawciobiel wants to merge 2 commits into
eugeniy:masterfrom
pawciobiel:upgrade-pytest-to-9
Open

Bump pytest>=9.0 and tornado>=6.5 and update#69
pawciobiel wants to merge 2 commits into
eugeniy:masterfrom
pawciobiel:upgrade-pytest-to-9

Conversation

@pawciobiel
Copy link
Copy Markdown

  • replace deprecated @pytest.mark.tryfirst with @pytest.hookimpl(tryfirst=True)
  • replace deprecated IOLoop.make_current()/clear_current() with asyncio-based pattern
  • drop dead-code fallbacks for pre-5.4 pytest and pre-3.3 inspect.signature
  • drop unused packaging dependency
  • update Travis matrix

depends on #68

* update code style with pyupgrade to py3.10+ and black formatting
* replace pkg_resources with packaging to fix deprecation warning
* migrate from setup.py to pyproject.toml only
* update .travis.yml to use py3.10+ on Ubuntu jammy
* bump version to 0.9.dev1
* replace deprecated @pytest.mark.tryfirst with @pytest.hookimpl(tryfirst=True)
* replace deprecated IOLoop.make_current()/clear_current() with asyncio-based pattern
* drop dead-code fallbacks for pre-5.4 pytest and pre-3.3 inspect.signature
* drop unused `packaging` dependency
* update Travis matrix
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant