From ff0e70ed565c970d6101a3f7fbef3065197d9a6f Mon Sep 17 00:00:00 2001 From: Matt Graham Date: Mon, 16 Oct 2023 14:15:51 +0100 Subject: [PATCH] Remove further migrations reference --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 33fef1641d..2d08c48ba0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -116,7 +116,6 @@ signature-mutators = [ [tool.pytest.ini_options] testpaths = "tests" -norecursedirs = "migrations" python_files = [ "test_*.py", "*_test.py",