fabioz / PyDev.Debugger

Sources for the debugger used in PyDev, PyCharm and VSCode Python
Eclipse Public License 1.0
425 stars 122 forks source link

tests_python/test_debugger_json.py::test_case_flask_exceptions fails when flask is installed #223

Open juliangilbey opened 2 years ago

juliangilbey commented 2 years ago

The test tests_python/test_debugger_json.py::test_case_flask_exceptions fails (either with one or both choices of jmc) when flask is installed. This doesn't show on the CI system, as flask is not installed in the GitHub workflow.