Skip to content

Commit

Permalink
Add -bb to capture BytesWarning for pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
perkfly committed Dec 3, 2023
1 parent e906e1f commit 8a93585
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 @@ -80,7 +80,7 @@ build-backend = "setuptools.build_meta"
build = ["cp37-macosx_x86_64", "cp37-win_amd64", "cp37-manylinux_x86_64", "cp37-manylinux_aarch64"]
before-all = "make preprocess"
test-requires = "pytest"
test-command = "pytest {project}/tests/unittest"
test-command = "python -bb -m pytest {project}/tests/unittest"
test-extras = ["test"]
test-skip = "pp*"

Expand Down

0 comments on commit 8a93585

Please sign in to comment.