Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
4fcf1f9e
Commit
4fcf1f9e
authored
Dec 12, 2014
by
David Baumgold
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move simplefilter comments before call
parent
838ce74a
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
cms/envs/test.py
+1
-1
lms/envs/test.py
+1
-1
No files found.
cms/envs/test.py
View file @
4fcf1f9e
...
@@ -158,9 +158,9 @@ filterwarnings('ignore', message='No request passed to the backend, unable to ra
...
@@ -158,9 +158,9 @@ filterwarnings('ignore', message='No request passed to the backend, unable to ra
# Ignore deprecation warnings (so we don't clutter Jenkins builds/production)
# Ignore deprecation warnings (so we don't clutter Jenkins builds/production)
# https://docs.python.org/2/library/warnings.html#the-warnings-filter
# https://docs.python.org/2/library/warnings.html#the-warnings-filter
simplefilter
(
'ignore'
)
# Change to "default" to see the first instance of each hit
# Change to "default" to see the first instance of each hit
# or "error" to convert all into errors
# or "error" to convert all into errors
simplefilter
(
'ignore'
)
################################# CELERY ######################################
################################# CELERY ######################################
...
...
lms/envs/test.py
View file @
4fcf1f9e
...
@@ -199,9 +199,9 @@ filterwarnings('ignore', message='No request passed to the backend, unable to ra
...
@@ -199,9 +199,9 @@ filterwarnings('ignore', message='No request passed to the backend, unable to ra
# Ignore deprecation warnings (so we don't clutter Jenkins builds/production)
# Ignore deprecation warnings (so we don't clutter Jenkins builds/production)
# https://docs.python.org/2/library/warnings.html#the-warnings-filter
# https://docs.python.org/2/library/warnings.html#the-warnings-filter
simplefilter
(
'ignore'
)
# Change to "default" to see the first instance of each hit
# Change to "default" to see the first instance of each hit
# or "error" to convert all into errors
# or "error" to convert all into errors
simplefilter
(
'ignore'
)
######### Third-party auth ##########
######### Third-party auth ##########
FEATURES
[
'ENABLE_THIRD_PARTY_AUTH'
]
=
True
FEATURES
[
'ENABLE_THIRD_PARTY_AUTH'
]
=
True
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment