We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9e4d1c commit a6fbc37Copy full SHA for a6fbc37
1 file changed
pyproject.toml
@@ -100,8 +100,6 @@ archs = "x86_64 arm64"
100
environment = {PATH="$UserProfile\\.cargo\bin;$PATH"}
101
archs = "AMD64 x86"
102
103
-<<<<<<< before updating
104
-=======
105
[tool.coverage.run]
106
branch = true
107
omit = [
@@ -116,7 +114,6 @@ exclude_also = [
116
114
ignore_errors = true
117
115
fail_under = 50
118
119
->>>>>>> after updating
120
[tool.pytest.ini_options]
121
addopts = ["-vvv", "--junitxml=junit.xml"]
122
asyncio_mode = "strict"
0 commit comments