Skip to content

Commit df96c38

Browse files
committed
fix: fix test cases
1 parent 42449fc commit df96c38

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ext/setup.py

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
#!/usr/bin/env python
2-
from distutils.core import setup
3-
4-
from setuptools import find_packages
2+
from setuptools import find_packages, setup # type: ignore[import-untyped]
53

64
with open("README.md") as f:
75
readme = f.read()

tests/typecheck/test_config.yml

+2
Original file line numberDiff line numberDiff line change
@@ -63,3 +63,5 @@
6363
content: |
6464
def extra_fn() -> None:
6565
pass
66+
env:
67+
- MYPYPATH=./extras

0 commit comments

Comments
 (0)