From 8a2bd793aab96edf3241ce1cef1ea200ade5099d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alice=20Zo=C3=AB=20Bevan=E2=80=93McGregor?= Date: Wed, 13 Dec 2023 00:23:51 -0500 Subject: [PATCH] Disable PyPy inclusion in Pytest execution, for now. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1ec0376..d59a6d6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -94,7 +94,7 @@ mongodb = 'uri.scheme:URLScheme' [tool.pytest.ini_options] -addopts = '-l -r fEsxw --cov uri --mypy --no-cov-on-fail --cov-report term-missing --cov-report xml --flakes --isort --durations=5 --color=yes test' +addopts = '-l -r fEsxw --cov uri --no-cov-on-fail --cov-report term-missing --cov-report xml --flakes --isort --durations=5 --color=yes test' flakes-ignore = [ 'test/*.py UnusedImport',