python-pgpdump icon indicating copy to clipboard operation
python-pgpdump copied to clipboard

partial_length.gpg test data file is missing from tarball

Open eighthave opened this issue 9 years ago • 0 comments

Running the tests from the source tarball fails with this:

File "python-pgpdump/pgpdump/test.py", line 435, in test_parse_partial_length
    rawdata = self.load_data('partial_length.gpg')
  File "python-pgpdump/pgpdump/test.py", line 102, in load_data
    self.assertTrue(os.path.exists(full_path))

It probably needs to be added to the MANIFEST or something like that.

eighthave avatar Sep 24 '16 14:09 eighthave