Skip to content

Commit

Permalink
[SymForce] Only run requirements test on symengine
Browse files Browse the repository at this point in the history
Topic: sf-reqs-symengine
  • Loading branch information
amiller27 committed Sep 27, 2023
1 parent 3616a56 commit 3d91d0a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/symforce_requirements_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from symforce import path_util
from symforce import python_util
from symforce import typing as T
from symforce.test_util import TestCase
from symforce.test_util import TestCase, symengine_only


class SymforceRequirementsTest(TestCase):
Expand All @@ -33,6 +33,7 @@ def main(*args: T.Any, **kwargs: T.Any) -> None:

TestCase.main(*args, **kwargs)

@symengine_only
def test_requirements(self) -> None:
output_dir = self.make_output_dir("sf_requirements_test_")

Expand Down

0 comments on commit 3d91d0a

Please sign in to comment.