summary refs log tree commit diff
path: root/pkgs/development/python-modules/pyhanko/0001-Updating-pytest-aiohttp-version.patch
blob: 562dc6461ef9390c7371258a7b0749bc185c2f8f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
From 942d4fd37786941bae91b769ef6499a4b4da6843 Mon Sep 17 00:00:00 2001
From: "P. R. d. O" <d.ol.rod@tutanota.com>
Date: Sat, 9 Apr 2022 12:40:59 -0600
Subject: [PATCH] Updating pytest-aiohttp version

---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index fe33d9a..694fab4 100644
--- a/setup.py
+++ b/setup.py
@@ -85,7 +85,7 @@ setup(
     tests_require=[
         'pytest>=6.1.1', 'requests-mock>=1.8.0',
         'freezegun>=1.1.0', 'certomancer~=0.8.1',
-        'aiohttp~=3.8.0', 'pytest-aiohttp~=0.3.0',
+        'aiohttp~=3.8.0', 'pytest-aiohttp~=1.0.3',
         'python-pae==0.1.0'
     ],
     keywords="signature pdf pades digital-signature pkcs11"
-- 
2.35.1