There was an error while loading. Please reload this page.
1 parent f1bfb62 commit c0cb889Copy full SHA for c0cb889
1 file changed
pyproject.toml
@@ -1,11 +1,7 @@
1
[build-system]
2
requires = [
3
"hatchling",
4
-<<<<<<< before updating
5
- "hatch-cpp>=0.3.7",
6
-=======
7
"hatch-cpp>=0.5.0",
8
->>>>>>> after updating
9
"hatch-js",
10
"pybind11",
11
]
@@ -45,11 +41,7 @@ develop = [
45
41
"check-dist",
46
42
"cibuildwheel",
47
43
"codespell",
48
49
50
51
44
52
53
54
55
@@ -117,6 +109,7 @@ environment = {SKIP_HATCH_JS="1"}
117
109
test-command = "python -m pytest -vvv --pyargs python_template_cppjswasm.tests"
118
110
test-extras = []
119
111
test-requires = ["pytest"]
112
+
120
113
[tool.coverage.run]
121
114
branch = true
122
115
omit = [
0 commit comments