Skip to content

Commit

Permalink
remove integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hendrikmuhs committed Oct 20, 2024
1 parent 4659742 commit 62298a8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/python-cibuildwheel-pybind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,7 @@ jobs:
# testing
CIBW_TEST_REQUIRES: pytest
CIBW_TEST_COMMAND: >
python -m pytest {package}/tests &&
python -m pytest {package}/integration-tests
python -m pytest {package}/tests
# for debugging set this to 1,2 or 3
# CIBW_BUILD_VERBOSITY: 2
Expand Down

0 comments on commit 62298a8

Please sign in to comment.