eugeniy / pytest-tornado

A py.test plugin providing fixtures and markers to simplify testing of asynchronous tornado applications.
Apache License 2.0
121 stars 34 forks source link

DeprecationWarning: use of getfuncargvalue is deprecated, use getfixturevalue #37

Closed reinhrst closed 5 years ago

reinhrst commented 6 years ago

Newer pytest versions (looks like >=3) give a DeprecationWarning for using getfuncargvalue. This means pytest-tornado cannot be used if pytest is run with -W

Jamim commented 5 years ago

Since pytest 4.0.0 is already there this issue is causing errors in CI when pytest is not pinned.