Revert "Test weird bug with ui linux tests"

This reverts commit 46e3a10e41.
This commit is contained in:
Théophile Diot 2024-01-04 16:35:33 +00:00
parent 46e3a10e41
commit 90f6ceea18
No known key found for this signature in database
GPG key ID: 248FEA4BAE400D06

View file

@ -6,7 +6,6 @@ deps_path = join(sep, "usr", "share", "bunkerweb", "deps", "python")
if deps_path not in sys_path:
sys_path.append(deps_path)
from zope.event import subscribers # noqa: F401
from gevent import monkey
monkey.patch_all()