1
0
forked from VimPlug/jedi

Add sith.py to the files to be ignored by pytest

This commit is contained in:
Dave Halter
2020-12-12 12:25:22 +01:00
parent f9cec89038
commit 1b16ca0e2e

View File

@@ -16,6 +16,7 @@ collect_ignore = [
'jedi/inference/compiled/subprocess/__main__.py',
'build/',
'test/examples',
'sith.py',
]