Skip to content
Snippets Groups Projects

Introduce Nox for Local and CI Test Automation. Start Writing a Contributors Guide.

Merged Frederik Hennig requested to merge fhennig/nox into v2.0-dev
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -58,7 +58,7 @@ def check_external_doc_dependencies(session: nox.Session):
except FileNotFoundError:
session.error(
"Unable to build documentation: "
"command `dot` from the `graphviz` package (https://www.graphviz.org/) could not be found."
"Command `dot` from the `graphviz` package (https://www.graphviz.org/) is not available"
)
Loading