Skip to content
This repository has been archived by the owner on Oct 3, 2018. It is now read-only.

Commit

Permalink
Switch to marionette-harness package
Browse files Browse the repository at this point in the history
  • Loading branch information
EricRahm committed Dec 22, 2016
1 parent 7d83a7d commit a436b59
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion benchtester/MarionetteTest.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
import shutil

import mozprofile
from marionette.runtests import MarionetteTestRunner
from marionette_harness.runtests import MarionetteTestRunner


class MarionetteTest(BenchTester.BenchTest):
Expand Down
2 changes: 1 addition & 1 deletion benchtester/test_memory_usage.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import os
import sys

from marionette import MarionetteTestCase
from marionette_harness import MarionetteTestCase
from marionette_driver import Actions
from marionette_driver.errors import JavascriptException, ScriptTimeoutException
import mozlog.structured
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
boto==2.39.0
marionette-client==3.1.0
marionette-harness=4.0.0
mercurial==3.2.4
mozdownload==1.20.2
MozillaPulse==1.0.1
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
packages=["benchtester"],
install_requires=[
"boto",
"marionette-client",
"marionette-harness",
"mercurial",
"mozdownload",
"MozillaPulse",
Expand Down

0 comments on commit a436b59

Please sign in to comment.