File: 0001-workaround-test-failure.patch

package info (click to toggle)
python-plugwise 1.7.4-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 6,080 kB
  • sloc: xml: 90,006; python: 5,344; sh: 326; makefile: 2
file content (20 lines) | stat: -rw-r--r-- 463 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 9d3698b..67dfa2e 100644
--- a/tests/test_init.py
+++ b/tests/test_init.py
@@ -16,6 +16,7 @@ import pytest
 
 # Testing
 import aiohttp
+import aiohttp.test_utils
 from freezegun import freeze_time
 from packaging import version