From 1ce5057c2304be78c43ecb8fc23f6924042468b6 Mon Sep 17 00:00:00 2001 From: "Michael R. Crusoe" Date: Tue, 21 Jan 2025 16:47:45 +0100 Subject: [PATCH] pytest options moved into pyproject.toml --- MANIFEST.in | 1 - 1 file changed, 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index 80d73ab5f48e..f36c98f4dd3b 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -42,7 +42,6 @@ graft test-data graft mypy/test include conftest.py include runtests.py -include pytest.ini include tox.ini include LICENSE mypyc/README.md CHANGELOG.md