pypandoc icon indicating copy to clipboard operation
pypandoc copied to clipboard

test_basic_conversion_from_file_pattern fails

Open keszybz opened this issue 3 years ago • 1 comments

======================================================================
FAIL: test_basic_conversion_from_file_pattern (__main__.TestPypandoc)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/zbyszek/fedora/python-pypandoc/pypandoc-1.8/tests.py", line 206, in test_basic_conversion_from_file_pattern
    assert "making a release" in received
AssertionError

Maybe I'm misunderstanding what the test does, but "making a release" doesn't appear in any docs in the repo…

keszybz avatar May 12 '22 08:05 keszybz

It is in release.md, but it is missing from the PyPi release tarball and the tests fail when using that as a starting point.

sternenseemann avatar May 23 '22 08:05 sternenseemann