From 577ac4002997a91231c581145cbf778b2fa80f59 Mon Sep 17 00:00:00 2001 From: Itxaso Aizpurua Date: Sat, 8 Oct 2022 08:28:48 +0200 Subject: [PATCH] revert minversion skip --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 40e18be41..fc9a119f6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ build-backend = "setuptools.build_meta" write_to = "src/_pytest/_version.py" [tool.pytest.ini_options] -#minversion = "2.0" +minversion = "2.0" addopts = "-rfEX -p pytester --strict-markers" python_files = ["test_*.py", "*_test.py", "testing/python/*.py"] python_classes = ["Test", "Acceptance"]