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 2f0f1f5 commit 55c32f7Copy full SHA for 55c32f7
pyproject.toml
@@ -1,6 +1,7 @@
1
[tool.mypy]
2
python_version = "3.10"
3
files = "**/*.py"
4
+explicit_package_bases = true
5
6
[tool.isort]
7
profile = "black"
tests/test_venv_activate.py
@@ -2,8 +2,8 @@
import pytest
-from test_venv_create import test_venv_create
from tests.helpers import run_command
+from tests.test_venv_create import test_venv_create
8
9
@pytest.mark.order(after="test_venv_create.py::test_venv_create")
0 commit comments