[red-knot] Allow multiple site-packages search paths (#12609)

This commit is contained in:
Alex Waygood 2024-08-02 14:33:19 +01:00 committed by GitHub
parent 9aa43d5f91
commit fbab04fbe1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 143 additions and 80 deletions

View file

@ -179,7 +179,7 @@ mod tests {
SearchPathSettings {
extra_paths: vec![],
workspace_root: SystemPathBuf::from("/src"),
site_packages: None,
site_packages: vec![],
custom_typeshed: None,
},
);