andrewleech / PyWebDAV3

Port of PyWebDAV to python3, originally from http://code.google.com/p/pywebdav/
73 stars 34 forks source link

Please include all test files in the release tarball #17

Open mbehrle opened 5 years ago

mbehrle commented 5 years ago

The release tarball on PyPi misses /test/litmus-0.13.tar.gz, thus making the test suite fail when running autopkgtests in Debian. Please include the missing file.

Thanks, Mathias

andrewleech commented 5 years ago

Sure, should be included in the source release now on https://pypi.org/project/PyWebDAV3/0.9.14/ It's not in the wheel, but that should be fine for your use.

changfeng98 commented 3 years ago

I'm very sorry to disturb you, but I set the relevant parameters there, and it has no effect

andrewleech commented 3 years ago

Hey sorry I'm not sure, I really haven't used this for years and I don't think I ever used auth.

I'm pretty certain it's normal practice to not include unit test files in a release tar, if you want to run the unit tests it's best to check out the repo.