dabeaz / curio

Good Curio!
Other
4.01k stars 240 forks source link

Address pytest deprecation warning #323

Closed sobolevn closed 4 years ago

sobolevn commented 4 years ago

Here it is:

.venv/lib/python3.7/site-packages/curio/pytest_plugin.py:60
.venv/lib/python3.7/site-packages/curio/pytest_plugin.py:60
  /Users/sobolev/Documents/github/returns/.venv/lib/python3.7/site-packages/curio/pytest_plugin.py:60: PytestDeprecationWarning: direct construction of Function has been deprecated, please use Function.from_parent
    item = pytest.Function(name, parent=collector)

-- Docs: https://docs.pytest.org/en/latest/warnings.html

I am not sure that it will work, let's find out!

sobolevn commented 4 years ago

Oh, there's no CI set.

sobolevn commented 4 years ago

Local testing says that it is fine.