pytest-dev / py

Python development support library (note: maintenance only)
MIT License
67 stars 105 forks source link

Replace deprecated logging.warn with logging.warning #283

Closed hugovk closed 2 years ago

hugovk commented 2 years ago

Like https://github.com/pytest-dev/pytest/pull/10064.

Replace logging.warn (deprecated in Python 2.7, 2011) with logging.warning (added in Python 2.3, 2003).

hugovk commented 2 years ago

Also fix Error: PyPy 3.6 not found on CI, and bump actions versions.

Re: https://github.com/actions/setup-python#specifying-a-pypy-version

~Edit: hang on, need to fix that properly!~ Done!

RonnyPfannschmidt commented 2 years ago

thanks!