Skip to content

Commit

Permalink
Remove tests for cli for now
Browse files Browse the repository at this point in the history
  • Loading branch information
JCGoran committed Feb 17, 2024
1 parent 814a203 commit 8ccbbd0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ NMODL_BUILD_WHEEL = "ON"
[tool.setuptools_scm]

[tool.cibuildwheel]
test-command = "bash {package}/packaging/test_wheel.bash {package} && pytest {package}/test/unit/pybind"
test-command = "pytest {package}/test/unit/pybind"
test-extras = ["test"]

[tool.cibuildwheel.macos]
Expand All @@ -63,7 +63,6 @@ config-settings = {build-dir = "_build"}
[tool.cibuildwheel.linux]
before-all = "bash packaging/install_dependencies.sh"
environment = { PATH = "/nmodlwheel/flex/bin:/nmodlwheel/bison/bin:$PATH" }
before-test = "yum -y install python$(\"import sys; print('%d%d' % tuple(sys.version_info)[:2])\")-devel"

[tool.pytest]
testpaths = "test/unit/pybind"

0 comments on commit 8ccbbd0

Please sign in to comment.