Skip to content

Commit f703888

Browse files
TimvdLippejdm
authored andcommitted
wpt: Fix requirements abstract method implementation
Signed-off-by: Tim van der Lippe <[email protected]>
1 parent 2f09af6 commit f703888

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/wpt/browser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2265,6 +2265,7 @@ class Servo(Browser):
22652265
"""Servo-specific interface."""
22662266

22672267
product = "servo"
2268+
requirements = None
22682269

22692270
def platform_components(self):
22702271
platform, triple = {
@@ -2341,7 +2342,6 @@ def version(self, binary=None, webdriver_binary=None):
23412342
# Uses same configuration as Servo
23422343
class ServoLegacy(Servo):
23432344
product = "servo_legacy"
2344-
requirements = None
23452345

23462346

23472347
class Sauce(Browser):

0 commit comments

Comments
 (0)