We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa4d86d commit 8436b37Copy full SHA for 8436b37
pyproject.toml
@@ -15,7 +15,7 @@ readme = "README.md"
15
where = ["src"]
16
17
[tool.setuptools.package-data]
18
-mpy_cross_v6_1 = ["mpy-cross*"]
+mpy_cross_v6_2 = ["mpy-cross*"]
19
20
[tool.pytest.ini_options]
21
pythonpath = ["build/lib"]
@@ -26,3 +26,5 @@ extend-exclude = "micropython"
26
27
[tool.cibuildwheel]
28
build = "cp38-*"
29
+test-requires = "pytest"
30
+test-command = "pytest {project}/tests"
0 commit comments