diff --git a/python/servo/testing_commands.py b/python/servo/testing_commands.py index b780deff89a..15802213a65 100644 --- a/python/servo/testing_commands.py +++ b/python/servo/testing_commands.py @@ -221,7 +221,6 @@ class MachCommands(CommandBase): "selectors", "servo_config", "servoshell", - "stylo_config", ] if not packages: packages = set(os.listdir(path.join(self.context.topdir, "tests", "unit"))) - set([".DS_Store"]) @@ -235,8 +234,6 @@ class MachCommands(CommandBase): except KeyError: pass - packages.discard("stylo") - # Return if there is nothing to do. if len(packages) == 0 and len(in_crate_packages) == 0: return 0