Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Primary navigation
Search or go to…
Project
avalon-core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Privacy statement
Keyboard shortcuts
?
What's new
3
Snippets
Groups
Projects
Show more breadcrumbs
Jasper van Nieuwenhuizen
avalon-core
Commits
cff9ad61
Commit
cff9ad61
authored
5 years ago
by
Jasper van Nieuwenhuizen
Browse files
Options
Downloads
Patches
Plain Diff
Exclude blender from tests
Maya and Houdini are also excluded, so it seems safe and the sensible thing to do.
parent
5019142c
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
run_maya_tests.py
+1
-0
1 addition, 0 deletions
run_maya_tests.py
run_tests.py
+1
-0
1 addition, 0 deletions
run_tests.py
with
2 additions
and
0 deletions
run_maya_tests.py
+
1
−
0
View file @
cff9ad61
...
...
@@ -42,6 +42,7 @@ if __name__ == "__main__":
"
--exclude-dir=avalon/nuke
"
,
"
--exclude-dir=avalon/houdini
"
,
"
--exclude-dir=avalon/blender
"
,
"
--exclude-dir=avalon/schema
"
,
# We can expect any vendors to
...
...
This diff is collapsed.
Click to expand it.
run_tests.py
+
1
−
0
View file @
cff9ad61
...
...
@@ -23,6 +23,7 @@ if __name__ == "__main__":
"
--exclude-dir=avalon/maya
"
,
"
--exclude-dir=avalon/nuke
"
,
"
--exclude-dir=avalon/houdini
"
,
"
--exclude-dir=avalon/blender
"
,
# We can expect any vendors to
# be well tested beforehand.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment