From 9f8de971ee479bfcbd965e62adb522473265a035 Mon Sep 17 00:00:00 2001 From: Mei Chu Date: Fri, 16 Dec 2022 01:11:42 -0800 Subject: [PATCH] -Add pytest to wheel test requirement. Signed-off-by: Mei Chu --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 251a668290..7beeca0879 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"