-
Notifications
You must be signed in to change notification settings - Fork 247
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Setup fails to run on pybuilder 0.12.2 or later #706
Comments
This is a duplicate of #704 : File "/private/var/folders/7_/pvz_xscd2p72nknxpw8wvw400000gn/T/pip-hdwola22-build/.pybuilder/plugins/cpython-3.6.1.final.0/lib/python3.6/site-packages/pybuilder_pytest/__init__.py", line 22, in <module> Since @AlexeySanko no longer maintains this plugin I'll have to return this function back just to make sure it's not breaking stuff for so many people. |
Umm... no I can't do this - plugin loads code into PyBuilder core. I'll readd this function TEMPORARILY to make sure you guys can use this, but it'll be obsoleted in future versions once PyTest plugin is supported. |
…yTest plugin work fixes pybuilder#704, fixes pybuilder#706, fixes AlexeySanko/pybuilder_pytest#19
fixed in 0.12.4 |
Thank you @arcivanov. How long will this fix be active? I need to know how long I have to refactor our library to no longer use pybuilder_pytest. |
Fix will be active until I build a replacement for |
Our company has a pybuilder package for an internal utility library that we use for our python development. Since pybuilder 0.12.2 was released, this library fails to install using pip. The following errors occur:
This install was run in a virtual environment. If I use pybuilder 0.12.1, the pip install completes without error.
Is there something that I need to change in build.py or somewhere else in the packaging code for this library so it will work with the latest version of pybuilder?
Thanks in advance for your help.
The text was updated successfully, but these errors were encountered: