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 52a61f4 commit e11ca24Copy full SHA for e11ca24
src/apipkg/__init__.py
@@ -180,17 +180,6 @@ def __dict__(self):
180
return dict
181
182
183
-def _py_test_hack(modpath, attrname, importerror_alternative):
184
- if (
185
- modpath == "pytest"
186
- and attrname is None
187
- and importerror_alternative is ImportError
188
- ):
189
- return None
190
- else:
191
- return importerror_alternative
192
-
193
194
def AliasModule(modname, modpath, attrname=None):
195
mod = []
196
0 commit comments