summaryrefslogtreecommitdiff
path: root/pint/testsuite/helpers.py
diff options
context:
space:
mode:
Diffstat (limited to 'pint/testsuite/helpers.py')
-rw-r--r--pint/testsuite/helpers.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/pint/testsuite/helpers.py b/pint/testsuite/helpers.py
index ca0e978..570b287 100644
--- a/pint/testsuite/helpers.py
+++ b/pint/testsuite/helpers.py
@@ -140,9 +140,7 @@ requires_uncertainties = pytest.mark.skipif(
requires_not_uncertainties = pytest.mark.skipif(
HAS_UNCERTAINTIES, reason="Requires Uncertainties not to be installed."
)
-requires_mip = pytest.mark.skipif(
- not HAS_MIP, reason="Requires MIP"
-)
+requires_mip = pytest.mark.skipif(not HAS_MIP, reason="Requires MIP")
# Parametrization