We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f77d4d7 commit 855d736Copy full SHA for 855d736
conftest.py
@@ -69,4 +69,4 @@ def pytest_pyfunc_call(pyfuncitem):
69
except Exception as e:
70
import warnings
71
72
- warnings.warn(f"Error reporting testrun: {e}: {e.read()}")
+ warnings.warn(f"Error reporting testrun: {e}")
0 commit comments