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 792b140 commit f4bd749Copy full SHA for f4bd749
noxfile.py
@@ -73,7 +73,9 @@ def chdir(path: Path):
73
session.install(".")
74
75
session.install("--no-build-isolation", str(examples / "hello-world"))
76
- session.run("hello-world")
+ session.run("print-hello")
77
+ session.run("sum-cli", "5", "7")
78
+ session.run("rust-demo", "5", "7")
79
80
session.install("pytest", "pytest-benchmark", "beautifulsoup4")
81
session.install("--no-build-isolation", str(examples / "html-py-ever"))
0 commit comments