Skip to content

Commit fefb844

Browse files
committed
coverage -- ignore
1 parent ab35693 commit fefb844

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/zarr/testing/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import pytest
22

33

4-
def pytest_configure(config: pytest.Config) -> None:
4+
def pytest_configure(config: pytest.Config) -> None: # pragma: no cover
55
# The tests in zarr.testing are intended to be run by downstream projects.
66
# To allow those downstream projects to run with `--strict-markers`, we need
77
# to register an entry point with pytest11 and register our "plugin" with it,

0 commit comments

Comments
 (0)