Skip to content

Commit

Permalink
Fix missing line lint
Browse files Browse the repository at this point in the history
Signed-off-by: Dhruv Govil <dgovil2@apple.com>
  • Loading branch information
dgovil committed Oct 22, 2023
1 parent 21a87e7 commit 5650b12
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/rez/tests/test_solver.py
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,7 @@ def test_07(self):

def test_08(self):
"""Cyclic failures."""

def _test(*pkgs):
s = self._fail(*pkgs)
self.assertTrue(isinstance(s.failure_reason(), Cycle))
Expand Down Expand Up @@ -257,5 +258,6 @@ def test_12_missing_variant_requires(self):
config.override("error_on_missing_variant_requires", False)
self._solve(["missing_variant_requires"], ["nada[]", "missing_variant_requires-1[1]"])


if __name__ == '__main__':
unittest.main()

0 comments on commit 5650b12

Please sign in to comment.