diff --git a/test/test_dropbear.py b/test/test_dropbear.py index 98d748e..0b6e1a0 100644 --- a/test/test_dropbear.py +++ b/test/test_dropbear.py @@ -62,9 +62,7 @@ def own_venv_command(): as the current running Python. Returns '' on not a virtualenv """ try: - print(os.environ) venv = os.environ['VIRTUAL_ENV'] - print(venv) except KeyError: return ""