Skip to content

Commit

Permalink
disable cibuildwheel test runner in favor of dedicated CI test step
Browse files Browse the repository at this point in the history
  • Loading branch information
N-Coder committed Sep 14, 2023
1 parent 25e1731 commit 42126cc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ environment-pass = ["GITHUB_ACTIONS"]
manylinux-x86_64-image = "manylinux_2_28" # manylinux2014 uses a too old gcc (wlav/cppyy#70)
build-frontend = "build"
before-build = "pip debug --verbose"
test-command = [
"pip install git+https://github.com/N-Coder/ogdf-python.git",
"python -m ogdf_python",
"python {project}/test_layouts.py",
]
# test-command = [
# "pip install git+https://github.com/N-Coder/ogdf-python.git",
# "python -m ogdf_python",
# "python {project}/test_layouts.py",
# ]

[tool.hatch.build]
ignore-vcs = true # "install" may not be excluded, otherwise weird things happen
Expand Down

0 comments on commit 42126cc

Please sign in to comment.