Rename the request and session fixtures to prevent the PytestDeprecationWarning, otherwise the 'request' is a reserved name for fixtures and will raise an error in future versions deprecation warning failed builds for python 3 envs.
Coverage remained the same at 96.749% when pulling f246791d4cf5bd752e8f5e80509db645cd1d240c on andriis:fix-tests-request-param-reserved into 0d2ef182df4eb38641282e2f839c4dc813ee4349 on Yelp:master.
Rename the
request
andsession
fixtures to prevent thePytestDeprecationWarning
, otherwise the'request' is a reserved name for fixtures and will raise an error in future versions
deprecation warning failed builds for python 3 envs.