visual-studio 2022 pytest testlauncher.py failing to launch
I have a pytest installed on virtual env in visual studio 2022. The tests run fine outside visual studio 2022, but the VS test explorer skips all tests with this error below thanks to a testlauncher.py script from vs internals, is there a way to just launch pytest against the test_xxx.py files in the test explorer? I was able to make a dotnet test
to work by adding a VSTest target in the pyproj, wondering if there’s a fix for test explorer? this is an expensive tool to no have a proper code to do just the basics
platform win32 — Python 3.12.4, pytest-8.2.2, pluggy-1.5.0