File: 0001-workaround-test-failure.patch

package info (click to toggle)
python-plugwise 1.7.8-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,072 kB
  • sloc: xml: 90,058; python: 5,265; sh: 324; makefile: 2
file content (20 lines) | stat: -rw-r--r-- 478 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
From: Edward Betts <edward@4angle.com>
Date: Thu, 28 Nov 2024 09:44:43 +0000
Subject: workaround test failure

---
 tests/test_init.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/test_init.py b/tests/test_init.py
index 4ed259f..6a57121 100644
--- a/tests/test_init.py
+++ b/tests/test_init.py
@@ -18,6 +18,7 @@ import pytest
 # Testing
 import aiofiles
 import aiohttp
+import aiohttp.test_utils
 from freezegun import freeze_time
 from packaging import version