We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b61c878 commit 7788be2Copy full SHA for 7788be2
pytest_mergify/__init__.py
@@ -53,8 +53,6 @@ def ci_supports_trace_interception(self) -> bool:
53
def pytest_configure(self, config: _pytest.config.Config) -> None:
54
self.token = os.environ.get("MERGIFY_TOKEN")
55
56
- print("CONFIGURE", self.token)
57
-
58
exporter: export.SpanExporter
59
if os.environ.get("PYTEST_MERGIFY_DEBUG"):
60
exporter = export.ConsoleSpanExporter()
0 commit comments