You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rm -rf tests/fixtures/ineligible to make tests/nuanced/code_graph_test::test_init_with_no_eligible_files_returns_errors fail
Run pytest and confirm test_init_with_no_eligible_files_returns_errors fails with ImportError: cannot import name 'PythonLexer' from 'pygments.lexers.python'
Run the following commands to remove Typer from the virtual env and reactivate:
Steps to reproduce:
rm -rf tests/fixtures/ineligibleto make tests/nuanced/code_graph_test::test_init_with_no_eligible_files_returns_errors failpytestand confirm test_init_with_no_eligible_files_returns_errors fails withImportError: cannot import name 'PythonLexer' from 'pygments.lexers.python'% deactivate % uv remove typer % source .venv/bin/activatepytestand confirm test_init_with_no_eligible_files_returns_errors fails withAssertionError