Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Include missing *.vcf test files in sdist
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