diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2022-08-16 18:32:00 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2022-08-16 19:27:02 -0400 |
| commit | 3d2ecd154a20f18e09ef2d7a19c1385574ea4c4c (patch) | |
| tree | 0d6dd5eb3f1beed6ae52aa546970c632c0ed6bef /pytest.ini | |
| parent | 743623ab7c06e444fc8214551c504bbdb09dffb9 (diff) | |
| download | python-setuptools-git-3d2ecd154a20f18e09ef2d7a19c1385574ea4c4c.tar.gz | |
Suppress deprecation warnings in tests.
Diffstat (limited to 'pytest.ini')
| -rw-r--r-- | pytest.ini | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -59,5 +59,8 @@ filterwarnings= ignore:Distutils was imported before setuptools ignore:Setuptools is replacing distutils + # suppress warnings in deprecated msvc compilers + ignore:msvc9?compiler is deprecated + ignore:Support for .* in .pyproject.toml. is still .beta. ignore::setuptools.command.editable_wheel.InformationOnly |
