Skip to content

Commit

Permalink
Include missing *.vcf test files in sdist
Browse files Browse the repository at this point in the history
Otherwise tests fail:

```
======================================================================
ERROR: test_radicale_1587 (tests.TestCompatibility)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/tmp/portage/dev-python/vobject-0.9.9/work/vobject-0.9.9/tests.py", line 1026, in test_radicale_1587
    vcf_str = get_test_file("radicale-1587.vcf")
  File "/tmp/portage/dev-python/vobject-0.9.9/work/vobject-0.9.9/tests.py", line 43, in get_test_file
    f = open(filepath, 'r', encoding='utf-8')
FileNotFoundError: [Errno 2] No such file or directory: 'test_files/radicale-1587.vcf'

----------------------------------------------------------------------
```
  • Loading branch information
mgorny committed Dec 17, 2024
1 parent d07626f commit 9ab1248
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
include README.md ACKNOWLEDGEMENTS.txt LICENSE-2.0.txt tests.py
recursive-include test_files *.ics
recursive-include test_files *.ics *.vcf

0 comments on commit 9ab1248

Please sign in to comment.