File tree 6 files changed +7
-4
lines changed
6 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -49,3 +49,6 @@ ignore_missing_imports = True
49
49
[mypy-urllib3]
50
50
; https://github.com/urllib3/urllib3/issues/867
51
51
ignore_missing_imports = True
52
+
53
+ [mypy-tests.*]
54
+ ignore_errors = True
Original file line number Diff line number Diff line change 3
3
import pretend
4
4
import pytest
5
5
6
- import helpers
6
+ from . import helpers
7
7
from twine import cli
8
8
from twine import exceptions
9
9
from twine .commands import register
Original file line number Diff line number Diff line change 15
15
import pytest
16
16
import requests
17
17
18
- import helpers
18
+ from . import helpers
19
19
from twine import cli
20
20
from twine import exceptions
21
21
from twine import package as package_file
Original file line number Diff line number Diff line change 19
19
import pytest
20
20
import requests
21
21
22
- import helpers
22
+ from . import helpers
23
23
from twine import exceptions
24
24
from twine import utils
25
25
Original file line number Diff line number Diff line change 17
17
import pretend
18
18
import pytest
19
19
20
- import helpers
20
+ from . import helpers
21
21
from twine import exceptions
22
22
from twine import wheel
23
23
You can’t perform that action at this time.
0 commit comments