diff --git a/pyproject.toml b/pyproject.toml index be9925fcd..efde648cf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -63,6 +63,17 @@ packages = ["pyboy", "pyboy.api", "pyboy.core", "pyboy.core.cartridge", "pyboy.l "**/font.txt" ] +[tool.pytest.ini_options] +addopts = "--benchmark-disable" +testpaths = [ + "tests", + "pyboy", +] +filterwarnings = [ + "error", + "ignore:Using SDL2 binaries from pysdl2-dll.*" +] + [tool.isort] line_length = 120