Skip to content

Commit

Permalink
see if compat mode fixes the issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mrgrain authored Nov 27, 2023
1 parent a8cb0cf commit e3211b2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ beforeAll(async () => {
// setuptools >=64 requires this
// https://github.com/pypa/setuptools/issues/3518
'--config-settings',
'editable_mode=strict',
'editable_mode=compat',
],
venvDir: pythonSource,
systemSitePackages: false, // Interferes with pyright resolutions...
Expand Down

0 comments on commit e3211b2

Please sign in to comment.