Skip to content

Commit

Permalink
[unittest] Handle case where pint is not installed
Browse files Browse the repository at this point in the history
  • Loading branch information
ischoegl committed Aug 6, 2023
1 parent 38b76a0 commit a22fe7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/python/test_units.py
Expand Up @@ -4,7 +4,7 @@
import sys

import pytest
import cantera.with_units as ctu
ctu = pytest.importorskip("cantera.with_units")
import cantera as ct
try:
from pint.testing import assert_allclose
Expand Down

0 comments on commit a22fe7d

Please sign in to comment.