isislovecruft / python-gnupg

A modified version of python-gnupg, including security patches, extensive documentation, and extra features.
Other
424 stars 172 forks source link

Are the library tests supposed to run without any Errors or Failures? #226

Open saavedra29 opened 6 years ago

saavedra29 commented 6 years ago

Hello. This is the first time i try to get involved on contributing on open source. Unfortunately i didn't find any channel or way to communicate with the python-gnupg community so i was forced to open an issue. I use Arch linux, virtualenv with python3.6 installed and every time i run the test suite i get about 23 failures and 13 errors. I've tried with 2 different ways.

  1. I clone the repository, run python setup.py develop and python setup.py test.
  2. I download and decompress the https://github.com/isislovecruft/python-gnupg/archive/2.3.1.tar.gz file, enter the directory and run make install make test.

The result is the same on both cases. 23 failures and 13 errors. Is it an expected result? Shouldn't at least the tests run without any failures and errors? Thanks.

tomgalloway commented 6 years ago

Running tests on my machine via make install make test I had 26 failures & 4 errors. I've created https://github.com/isislovecruft/python-gnupg/pull/230 to fix up one of the failures. It would be great to see some more fixes on the outstanding failures & errors.