File tree 2 files changed +9
-7
lines changed
2 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 5
5
__copyright__ = 'Copyright 2014 Jan-Piet Mens'
6
6
__license__ = 'Eclipse Public License - v 1.0 (http://www.eclipse.org/legal/epl-v10.html)'
7
7
8
- import puka
8
+ import pytest
9
+
10
+ puka = pytest .importorskip ("puka" )
9
11
10
12
11
13
def plugin (srv , item ):
Original file line number Diff line number Diff line change 25
25
26
26
extras = {
27
27
"amqp" : [
28
- "puka>=0.0.7" ,
28
+ "puka>=0.0.7; python_version<'3.12' " ,
29
29
],
30
30
"apns" : [
31
31
"apns>=2.0.1" ,
40
40
"celery" ,
41
41
],
42
42
"chromecast" : [
43
- "pychromecast>=7.5.0" ,
43
+ "pychromecast>=7.5.0; python_version>='3.7' " ,
44
44
],
45
45
"dnsupdate" : [
46
46
"dnspython>=1.15.0" ,
49
49
"fbchat>=1.3.6" ,
50
50
],
51
51
"gss2" : [
52
- "google-api-python-client<2" ,
52
+ "google-api-python-client<2; python_version>='3.7' " ,
53
53
"gspread>=2.1.1" ,
54
54
"oauth2client>=4.1.2" ,
55
55
],
91
91
"slack-sdk>=3.1.0" ,
92
92
],
93
93
"ssh" : [
94
- "paramiko>=2.4.1" ,
94
+ "paramiko>=2.4.1; python_version>='3.7' " ,
95
95
],
96
96
"tootpaste" : [
97
97
"Mastodon.py>=1.2.2" ,
162
162
"pytest-mock<4" ,
163
163
"pytest-mqtt<1" ,
164
164
"tox<4" ,
165
- ' dataclasses; python_version<" 3.7"' ,
165
+ " dataclasses; python_version<' 3.7'" ,
166
166
"requests-toolbelt>=1,<2" ,
167
167
"responses>=0.13.3,<1" ,
168
168
"pyfakefs>=4.5,<6" ,
175
175
"build<1" ,
176
176
"mypy<1.3" ,
177
177
"poethepoet<1" ,
178
- ' ruff==0.0.254; python_version>=" 3.7"' ,
178
+ " ruff==0.0.254; python_version>=' 3.7'" ,
179
179
"sphinx-autobuild" ,
180
180
]
181
181
You can’t perform that action at this time.
0 commit comments