We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d23173b commit b94df2cCopy full SHA for b94df2c
1 file changed
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"
@@ -36,4 +36,6 @@ before-build = "bash -c share/ci/scripts/windows/install_docs_env.sh"
36
[tool.pytest.ini_options]
37
python_files = "*Test.py"
38
python_classes = "Test"
39
-python_functions = "test_*"
+python_functions = "test_*"
40
+addopts = ["--disable-warnings"]
41
+testpaths = ["tests/python"]
0 commit comments