File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -190,7 +190,7 @@ jobs:
190
190
if : ${{ matrix.name != 'Pypy' }}
191
191
with :
192
192
preload : ${{ matrix.preload }}
193
- asan_options : ${{ matrix.asan_options }}
193
+ asan_options : ${{ matrix.asan_options }}
194
194
env :
195
195
# Set pattern to not single_cpu if not already set
196
196
PATTERN : ${{ env.PATTERN == '' && 'not single_cpu' || matrix.pattern }}
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ dependencies:
6
6
7
7
# build dependencies
8
8
- versioneer[toml]
9
- - cython>=0.29.33
9
+ - cython>=0.29.33
10
10
- meson[ninja]=1.2.1
11
11
- meson-python=0.13.1
12
12
@@ -17,6 +17,7 @@ dependencies:
17
17
- pytest-localserver>=0.7.1
18
18
- pytest-qt>=4.2.0
19
19
- boto3
20
+ - hypothesis>=6.46.1
20
21
21
22
# required dependencies
22
23
- python-dateutil
You can’t perform that action at this time.
0 commit comments