Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upAssertion's dependencies in tests #130
Comments
|
@DirectXMan12 can you confirm or deny that you abandoned your own python module? :P More seriously though, as the guy who does the packaging for three of them, being able to run tests at build time in distros would be nice. |
|
My Linux distro is AltLinux(rpm-based). |
I can neither confirm nor deny that. Please see [redacted] for [redacted] [redacted] :-P On a more serious note, I've just tested locally on Python 3.5, and In any case, we accept patches in the form of GitHub pull requests, so please submit any future changes in that form. |
Hello.
python-gssapi tests are using shouldbe python module(based on forbiddenfruit), which are look like abandoned and are not supported python 3.5 and above. Moreover, most of Linux distr are not packing these modules, so there is no possibility to run tests of python-gssapi during build time.
I've prepared a patch to change assertion code to nose(based on unittest).
An attached patch is for v1.2.2 + fix bd61844
All tests have been passed.
Thank you.
0001-Change-assertion-s-Python-dependencies-from-shouldbe.patch.txt
21/11/2017: patch was updated due to i586 build error(fixed)