Skip to content

Commit 0d71a88

Browse files
authored
Merge pull request ceph#59845 from phlogistonjohn/jjm-py312-mypy-import
pybind/mgr: attempt to fix mypy importing from python-common Reviewed-by: Adam King <[email protected]> Reviewed-by: Sachin Prabhu <[email protected]>
2 parents 8b3860d + d1c942a commit 0d71a88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pybind/mgr/tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ commands =
6969

7070
[testenv:{,py37-,py38-,py39-,py310-}mypy]
7171
setenv =
72-
MYPYPATH = {toxinidir}/..
72+
MYPYPATH = {toxinidir}/..:{toxinidir}/../../python-common
7373
passenv =
7474
MYPYPATH
7575
deps =

0 commit comments

Comments
 (0)