-
-
Notifications
You must be signed in to change notification settings - Fork 228
Closed
Labels
Description
On Windows, when installing something from a cwd that is cased differently than the git repo the following assertion fails:
Similar to #89 (see #89 (comment) )
- Given a git project in
my_repoon Windows - And some path
my_repo/CasedDirwith apyproject.toml - And you navigate there using lowercase:
cd my_repo/caseddir - And
cwdwill bemy_repo/caseddir - When you build something
python -m build - Then the assert will fail