We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 293ac11 commit c384532Copy full SHA for c384532
pyproject.toml
@@ -18,7 +18,7 @@ build-backend = "setuptools.build_meta"
18
build-verbosity = "1"
19
20
test-command = "python -m PyOpenColorIOTests.OpenColorIOTestSuite"
21
-test-requires = ["numpy"]
+test-requires = ["numpy", "pytest"]
22
23
manylinux-x86_64-image = "manylinux2014"
24
manylinux-i686-image = "manylinux2014"
0 commit comments