Skip to content

Conversation

@radarhere
Copy link
Member

https://docs.pytest.org/en/stable/xunit_setup.html#class-level-setup-teardown shows

@classmethod
def teardown_class(cls):

whereas we have

@classmethod
def teardown_class(self):

This PR replaces self with cls.

@hugovk hugovk merged commit 3718c35 into python-pillow:master Dec 31, 2020
@radarhere radarhere deleted the argument branch December 31, 2020 22:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants