summaryrefslogtreecommitdiff
path: root/pytest.ini
diff options
context:
space:
mode:
authorAnderson Bravalheri <andersonbravalheri@gmail.com>2022-06-07 18:11:00 +0100
committerAnderson Bravalheri <andersonbravalheri@gmail.com>2022-06-16 21:29:34 +0100
commit61b941337ece67ef766b549c4147137988c4cdb7 (patch)
treeeb39d0af6323f48941df70edb3abe88313ca80fe /pytest.ini
parentd9e23903c9b97492db21f42beccf76bd287c1e05 (diff)
downloadpython-setuptools-git-61b941337ece67ef766b549c4147137988c4cdb7.tar.gz
Warn about 'tool.setuptool' instead of project metadata in pyproject.toml
Diffstat (limited to 'pytest.ini')
-rw-r--r--pytest.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/pytest.ini b/pytest.ini
index 14c7e94c..0be8d7e2 100644
--- a/pytest.ini
+++ b/pytest.ini
@@ -59,4 +59,4 @@ filterwarnings=
ignore:Distutils was imported before setuptools
ignore:Setuptools is replacing distutils
- ignore:Support for project metadata in .pyproject.toml. is still experimental
+ ignore:Support for configuring .* in .pyproject.toml. is still experimental