Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/check_deprecated.py1
-rw-r--r--tests/python/pep8.py2
2 files changed, 1 insertions, 2 deletions
diff --git a/tests/check_deprecated.py b/tests/check_deprecated.py
index d7193155b1c..cf8f8e0cc35 100644
--- a/tests/check_deprecated.py
+++ b/tests/check_deprecated.py
@@ -24,7 +24,6 @@ from os.path import splitext
DEPRECATE_DAYS = 120
SKIP_DIRS = ("extern",
- "scons",
"tests", # not this dir
)
diff --git a/tests/python/pep8.py b/tests/python/pep8.py
index 0d6db729767..61093fd7c27 100644
--- a/tests/python/pep8.py
+++ b/tests/python/pep8.py
@@ -37,7 +37,7 @@ import os
# how many lines to read into the file, pep8 comment
# should be directly after the license header, ~20 in most cases
PEP8_SEEK_COMMENT = 40
-SKIP_PREFIX = "./tools", "./config", "./scons", "./extern"
+SKIP_PREFIX = "./tools", "./config", "./extern"
SKIP_ADDONS = True
FORCE_PEP8_ALL = False