Skip to content

Commit

Permalink
use correct test requirements file
Browse files Browse the repository at this point in the history
  • Loading branch information
akaszynski committed Feb 25, 2024
1 parent 1f11030 commit 43b52ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ filterwarnings = [
[tool.cibuildwheel]
archs = ["auto64"] # 64-bit only
skip = "pp* *musllinux* cp37-*" # disable PyPy, musl-based wheels, and Python < 3.8
before-test = "pip install -r requirements.txt"
before-test = "pip install -r requirements_test.txt"
test-command = "pytest {project}/tests"

[tool.cibuildwheel.macos]
Expand Down

0 comments on commit 43b52ca

Please sign in to comment.