Skip to content

Commit

Permalink
Force legacy-editable setuptools flag
Browse files Browse the repository at this point in the history
Needed because of python/mypy#13392
  • Loading branch information
ANogin committed Feb 11, 2024
1 parent 5d22975 commit fbb75a7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test_all_versions.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/bin/bash
set -e
# Needed to allow mypy to find packages. See https://github.com/python/mypy/issues/13392
export SETUPTOOLS_ENABLE_FEATURES="legacy-editable"
if [ -z "${PYTHON_VERSIONS}" ]; then
PYTHON_VERSIONS="3.7 3.8 3.9 3.10 3.11 3.12"
fi
Expand Down

0 comments on commit fbb75a7

Please sign in to comment.