Skip to content

Commit ad61baf

Browse files
drop missplaced strict=true from pytest config
1 parent 162f7a8 commit ad61baf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ typing = [
3535
[tool.pytest.ini_options]
3636
minversion = "8.2"
3737
testpaths = ["setuptools-scm/testing_scm", "vcs-versioning/testing_vcs"]
38-
strict = true
3938
xfail_strict = true
4039
addopts = ["-ra", "--strict-config", "--strict-markers", "-p", "vcs_versioning.test_api"]
4140
markers = [

0 commit comments

Comments
 (0)