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
0243d0af
Commit
0243d0af
authored
Aug 07, 2014
by
Christine Lytwynec
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
removing "flaky" plugin, since it is not reporting failures properly
parent
22582f49
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
4 deletions
+0
-4
common/test/acceptance/tests/video/test_video_module.py
+0
-2
pavelib/utils/test/suites/bokchoy_suite.py
+0
-1
requirements/edx/base.txt
+0
-1
No files found.
common/test/acceptance/tests/video/test_video_module.py
View file @
0243d0af
...
...
@@ -7,7 +7,6 @@ Acceptance tests for Video.
import
json
from
unittest
import
skipIf
,
skip
import
requests
from
box.test.flaky
import
flaky
from
..helpers
import
UniqueCourseTest
,
is_youtube_available
from
...pages.lms.video.video
import
VideoPage
from
...pages.lms.tab_nav
import
TabNavPage
...
...
@@ -40,7 +39,6 @@ class YouTubeConfigError(Exception):
pass
@flaky
@skipIf
(
is_youtube_available
()
is
False
,
'YouTube is not available!'
)
class
VideoBaseTest
(
UniqueCourseTest
):
"""
...
...
pavelib/utils/test/suites/bokchoy_suite.py
View file @
0243d0af
...
...
@@ -95,7 +95,6 @@ class BokChoyTestSuite(TestSuite):
"nosetests"
,
test_spec
,
"--with-xunit"
,
"--with-flaky"
,
"--xunit-file={}"
.
format
(
self
.
xunit_report
),
"--verbosity={}"
.
format
(
self
.
verbosity
),
self
.
extra_args
,
...
...
requirements/edx/base.txt
View file @
0243d0af
...
...
@@ -126,7 +126,6 @@ rednose==0.3
selenium==2.39.0
splinter==0.5.4
testtools==0.9.34
flaky==0.2.0
# Used for Segment.io analytics
analytics-python==0.4.4
...
...
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