Skip to content

Commit 9f8de97

Browse files
committed
-Add pytest to wheel test requirement.
Signed-off-by: Mei Chu <[email protected]>
1 parent 3f1c5f4 commit 9f8de97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ build-backend = "setuptools.build_meta"
1818
build-verbosity = "1"
1919

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

2323
manylinux-x86_64-image = "manylinux2014"
2424
manylinux-i686-image = "manylinux2014"

0 commit comments

Comments
 (0)