Skip to content

Commit 068d904

Browse files
committed
Start using typing
1 parent 56f785e commit 068d904

File tree

3 files changed

+9435
-8352
lines changed

3 files changed

+9435
-8352
lines changed

.github/workflows/pythonbuild.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,6 @@ jobs:
8484
os: [windows-latest, macos-latest]
8585
env:
8686
CIBW_BUILD: ${{matrix.python_tag}}
87-
CIBW_TEST_REQUIRES: pytest hypothesis pandas
88-
CIBW_TEST_COMMAND: pytest {package}/tests
8987
CIBW_BUILD_VERBOSITY: 3
9088

9189
steps:
@@ -141,9 +139,6 @@ jobs:
141139
env:
142140
CIBW_ARCHS_LINUX: ${{matrix.arch}}
143141
CIBW_BUILD: ${{matrix.python_tag}}
144-
CIBW_TEST_SKIP: "*-manylinux_{aarch64,ppc64le,s390x}"
145-
CIBW_TEST_REQUIRES: pytest hypothesis pandas
146-
CIBW_TEST_COMMAND: pytest {package}/tests
147142
CIBW_BUILD_VERBOSITY: 3
148143

149144
steps:
@@ -174,10 +169,6 @@ jobs:
174169
os: [ubuntu-latest, windows-latest]
175170
env:
176171
CIBW_BUILD: "pp37-*"
177-
# activate tests when the fix for
178-
# https://foss.heptapod.net/pypy/pypy/-/issues/3413 is released
179-
CIBW_TEST_REQUIRES: pytest hypothesis pandas
180-
CIBW_TEST_COMMAND: pytest {package}/tests
181172
CIBW_BUILD_VERBOSITY: 3
182173

183174
steps:

0 commit comments

Comments
 (0)