From 1b16ca0e2ecb1c34a558b6948b4630bff1006f89 Mon Sep 17 00:00:00 2001 From: Dave Halter Date: Sat, 12 Dec 2020 12:25:22 +0100 Subject: [PATCH] Add sith.py to the files to be ignored by pytest --- conftest.py | 1 + 1 file changed, 1 insertion(+) diff --git a/conftest.py b/conftest.py index f174c1e8e..c6d022168 100644 --- a/conftest.py +++ b/conftest.py @@ -16,6 +16,7 @@ 'jedi/inference/compiled/subprocess/__main__.py', 'build/', 'test/examples', + 'sith.py', ]