Skip to content

Commit f19b43c

Browse files
Exclude requires_intel_mkl_version from coverage
1 parent f61029a commit f19b43c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dpnp/tests/helper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,7 @@ def numpy_version():
483483
return numpy.lib.NumpyVersion(numpy.__version__)
484484

485485

486-
def requires_intel_mkl_version(version):
486+
def requires_intel_mkl_version(version): # pragma: no cover
487487
"""
488488
Check if Intel MKL is used and its version is greater than or
489489
equal to the specified one.

0 commit comments

Comments
 (0)