Add absolute_import failing SSCCE, and get pytest to ignore it

This commit is contained in:
Laurens Van Houtven
2013-06-21 19:25:18 +02:00
parent 5701ac1a10
commit d32045303f
4 changed files with 36 additions and 1 deletions

View File

@@ -2,7 +2,7 @@
addopts = --doctest-modules
# Ignore broken files in blackbox test directories
norecursedirs = .* docs completion refactor
norecursedirs = .* docs completion refactor absolute_import
# Activate `clean_jedi_cache` fixture for all tests. This should be
# fine as long as we are using `clean_jedi_cache` as a session scoped