Skip to content

Commit

Permalink
remove plt.show() in test
Browse files Browse the repository at this point in the history
  • Loading branch information
brokkoli71 committed Jun 11, 2024
1 parent 4bdbf67 commit 33bb0df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ test-requires = ["pytest", "requests", "matplotlib"]
test-command = [
"pytest {project}/tests"
]
# can not be tested, see discussion in https://github.com/pypa/cibuildwheel/pull/1169 for details
test-skip = "cp38-macosx_*:arm64"


[tool.cibuildwheel.linux]
before-build = """
Expand Down
1 change: 0 additions & 1 deletion tests/test_pylibczirw.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,3 @@ def test_pylibczirw():
ax[1].set_title("Frame_1")
ax[2].imshow(frame_2[...,0], cmap=cm.Greens_r)
ax[2].set_title("Frame_2")
plt.show()

0 comments on commit 33bb0df

Please sign in to comment.