-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Closed
Labels
good first issueeasy issue that is friendly to new contributoreasy issue that is friendly to new contributortype: infrastructureimprovement to development/releases/CI structureimprovement to development/releases/CI structure
Description
There are many RemovedInPytest4Warnings with pytest's own tests, e.g.:
c:\projects\pytest\.tox\py36\lib\site-packages\_pytest\compat.py:321: RemovedInPytest4Warning: usage of Session.Class is deprecated, please use pytest.Class instead
360 return getattr(object, name, default)
361
(via https://ci.appveyor.com/project/pytestbot/pytest/builds/19474342/job/c83h5n8ne3snvf8o#L359)
Are those expected?
I would assume pytest should not causes warnings itself.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
good first issueeasy issue that is friendly to new contributoreasy issue that is friendly to new contributortype: infrastructureimprovement to development/releases/CI structureimprovement to development/releases/CI structure