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
diff options
context:
space:
mode:
Diffstat (limited to 'tests/check_deprecated.py')
-rw-r--r--tests/check_deprecated.py1
1 files changed, 0 insertions, 1 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
)