Skip to content

Commit a1bfcdb

Browse files
committed
Fix wheels builder
1 parent 342fdca commit a1bfcdb

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

.mypy.ini

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,3 @@ warn_unused_ignores = True
2929

3030
[mypy-test_incorrect_args]
3131
disable_error_code = arg-type, call-overload
32-
33-
[mypy-test_capi]
34-
disable_error_code = attr-defined

tests/test_capi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import multidict
22
import pytest
3-
import testcapi
43

54
pytest.importorskip("multidict._multidict")
5+
testcapi = pytest.importorskip("testcapi")
66

77
pytestmark = pytest.mark.capi
88

0 commit comments

Comments
 (0)