Remove pytest_helpers_namespace

This commit is contained in:
James R. Barlow
2021-04-07 01:56:51 -07:00
parent a861c58da2
commit aa115a8be3
22 changed files with 87 additions and 79 deletions
+3 -1
View File
@@ -10,8 +10,10 @@ from subprocess import PIPE, run
import pytest
from .conftest import running_in_docker
pytestmark = pytest.mark.skipif(
pytest.helpers.running_in_docker(), # pylint: disable=no-member
running_in_docker(),
reason="docker can't complete",
)