We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 342fdca commit a1bfcdbCopy full SHA for a1bfcdb
2 files changed
.mypy.ini
@@ -29,6 +29,3 @@ warn_unused_ignores = True
29
30
[mypy-test_incorrect_args]
31
disable_error_code = arg-type, call-overload
32
-
33
-[mypy-test_capi]
34
-disable_error_code = attr-defined
tests/test_capi.py
@@ -1,8 +1,8 @@
1
import multidict
2
import pytest
3
-import testcapi
4
5
pytest.importorskip("multidict._multidict")
+testcapi = pytest.importorskip("testcapi")
6
7
pytestmark = pytest.mark.capi
8
0 commit comments