From 629caa70275dfc9ceb3d9cce5198754d4d1a7b7d Mon Sep 17 00:00:00 2001 From: Sviatoslav Sydorenko Date: Wed, 11 Aug 2021 15:16:27 +0200 Subject: [PATCH] Make the dist metadata check strict (#1700) --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 870bd20a1a..d297907448 100644 --- a/tox.ini +++ b/tox.ini @@ -149,7 +149,7 @@ commands = --outdir {toxinidir}/dist/ \ {toxinidir} # Validate metadata using twine - twine check {toxinidir}/dist/* + twine check --strict {toxinidir}/dist/* # Install the wheel sh -c "python3 -m pip install {toxinidir}/dist/*.whl" # Re-assure ansible is not installed