niess / python-appimage

AppImage distributions of Python
https://python-appimage.readthedocs.io/en/latest/
GNU General Public License v3.0
170 stars 24 forks source link

Fix: PyPi in-tree-build error #32

Closed anki-code closed 3 years ago

anki-code commented 3 years ago

Closes #31

Fixed the error:

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.

anki-code commented 3 years ago

Hi @niess! Please review and merge ;)

niess commented 3 years ago

@anki-code Thank you for patching this :) I was not aware of this change.

anki-code commented 3 years ago

Thanks for merge! But I see the test is failing for python 2.7 and 3.5. I'll fix it.

niess commented 3 years ago

Yes, I was about to patch it by checking the pip version. But if you already have a fix I am happy wit it :)