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 81d1683 commit 520c7aeCopy full SHA for 520c7ae
src/tox/config/__init__.py
@@ -46,12 +46,9 @@
46
47
48
hookimpl = tox.hookimpl
49
-"""DEPRECATED - REMOVE - this is left for compatibility with plugins importing this from here.
+"""DEPRECATED - REMOVE - left for compatibility with plugins importing from here.
50
51
-Instead create a hookimpl in your code with:
52
-
53
- import pluggy
54
- hookimpl = pluggy.HookimplMarker("tox")
+Import hookimpl directly from tox instead.
55
"""
56
57
default_factors = tox.PYTHON.DEFAULT_FACTORS
0 commit comments