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
Work on optimizing our test suite continued with refinements on using module-scoped Git repository fixtures (PR #761). A Python script for analyzing pytest timing logs was also added to help identify slow test cases and measure improvements.
A new issue surfaced (#771) where Darker fails to locate the flake8 executable when Python files are found only within virtualenv directories. The problem appears related to PATH handling when Graylint changes into .venv/bin as the common parent directory. We're investigating different scenarios to understand the exact conditions that trigger this behavior and considering potential fixes for virtualenv-related edge cases.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Work on optimizing our test suite continued with refinements on using module-scoped Git repository fixtures (PR #761). A Python script for analyzing pytest timing logs was also added to help identify slow test cases and measure improvements.
A new issue surfaced (#771) where Darker fails to locate the flake8 executable when Python files are found only within virtualenv directories. The problem appears related to PATH handling when Graylint changes into
.venv/bin
as the common parent directory. We're investigating different scenarios to understand the exact conditions that trigger this behavior and considering potential fixes for virtualenv-related edge cases.Beta Was this translation helpful? Give feedback.
All reactions