[7.0.x] work around test pollution caused by new setuptools mutating global logger level

This commit is contained in:
Anthony Sottile 2022-02-07 17:19:01 -05:00 committed by pytest bot
parent 5eb4d6977c
commit 3c35477230
1 changed files with 6 additions and 5 deletions

View File

@ -802,6 +802,7 @@ class TestDoctests:
p = pytester.makepyfile(
setup="""
from setuptools import setup, find_packages
if __name__ == '__main__':
setup(name='sample',
version='0.0',
description='description',