alliedmodders / ambuild

AlliedModders C++ Build System
BSD 3-Clause "New" or "Revised" License
60 stars 31 forks source link

pip future deprecation: inplace built #138

Closed Kailo97 closed 2 years ago

Kailo97 commented 3 years ago

Just checkout, needed tests and confirmation that everything ready.

  DEPRECATION: A future pip version will change local packages to be built in-place without first copying to a temporary directory. We recommend you use --use-feature=in-tree-build to test your packages with this new behavior before it becomes the default.
   pip 21.3 will remove support for this functionality. You can find discussion regarding this at https://github.com/pypa/pip/issues/7555.
Kailo97 commented 3 years ago

With --use-feature=in-tree-build build is fine. Build create AMBuild.egg-info folder while building process. Add to ignore?

Kailo97 commented 2 years ago

21.3 released Oct 11th. Works well.