From 73605fe49d712954304984b72f8a83fa0922913e Mon Sep 17 00:00:00 2001 From: Louis Sautier Date: Wed, 7 Oct 2020 12:03:36 +0200 Subject: [PATCH] Include conftest.py in source distributions Without this file, only a fraction of the tests are collected. --- MANIFEST.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index 2d644e3ff980..1a3350e40e8f 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -19,5 +19,5 @@ recursive-include mypyc/doc *.rst *.py *.md Makefile *.bat include mypy_bootstrap.ini include mypy_self_check.ini include LICENSE -include runtests.py +include conftest.py runtests.py include pytest.ini