chore: remove bok-choy
This commit is contained in:
@@ -4,7 +4,6 @@ A pytest plugin that reports test contexts to coverage running in another proces
|
||||
|
||||
import pytest
|
||||
|
||||
|
||||
class RemoteContextPlugin:
|
||||
"""
|
||||
Pytest plugin for reporting pytests contexts to coverage running in another process
|
||||
@@ -22,7 +21,6 @@ class RemoteContextPlugin:
|
||||
def pytest_runtest_call(self, item):
|
||||
self.doit(item, "call")
|
||||
|
||||
|
||||
@pytest.hookimpl(tryfirst=True)
|
||||
def pytest_configure(config):
|
||||
config.pluginmanager.register(RemoteContextPlugin(config), "remotecontextplugin")
|
||||
|
||||
Reference in New Issue
Block a user