We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e84fc04 commit 40c7e50Copy full SHA for 40c7e50
1 file changed
python_files/tests/test_create_venv.py
@@ -122,7 +122,7 @@ def create_gitignore(_p):
122
def test_install_packages(install_type):
123
importlib.reload(create_venv)
124
create_venv.is_installed = lambda _x: True
125
- create_venv.file_exists = lambda x: install_type in x
+ create_venv.file_exists = lambda x: install_type in str(x)
126
127
pip_upgraded = False
128
installing = None
0 commit comments