try to fix build with a patch
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-i3ipc?expand=0&rev=18
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
Index: i3ipc-python-2.2.1/test/aio/ipctest.py
|
||||
===================================================================
|
||||
--- i3ipc-python-2.2.1.orig/test/aio/ipctest.py
|
||||
+++ i3ipc-python-2.2.1/test/aio/ipctest.py
|
||||
@@ -20,7 +20,7 @@ class IpcTest:
|
||||
return asyncio.get_event_loop()
|
||||
|
||||
@pytest.fixture(scope='class')
|
||||
- async def i3(self):
|
||||
+ async def i3(self, i3):
|
||||
process = Popen(['i3', '-c', 'test/i3.config'])
|
||||
# wait for i3 to start up
|
||||
tries = 0
|
||||
Reference in New Issue
Block a user