Skip to content

Commit

Permalink
-Add pytest to wheel test requirement.
Browse files Browse the repository at this point in the history
Signed-off-by: Mei Chu <[email protected]>
  • Loading branch information
meimchu committed Jan 25, 2023
1 parent 293ac11 commit c384532
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 @@ -18,7 +18,7 @@ build-backend = "setuptools.build_meta"
build-verbosity = "1"

test-command = "python -m PyOpenColorIOTests.OpenColorIOTestSuite"
test-requires = ["numpy"]
test-requires = ["numpy", "pytest"]

manylinux-x86_64-image = "manylinux2014"
manylinux-i686-image = "manylinux2014"
Expand Down

0 comments on commit c384532

Please sign in to comment.