As a distribution packages (for openSUSE), I would love to run whole test suite (or at least appropriate part of it) when packaging this. Could you please include tests into the distribution package as well?
Thank you
You can download an auto generated repo snaphost, that includes the tests from https://sourceforge.net/projects/ruamel-dl-tagged-releases/files/ In particular https://sourceforge.net/projects/ruamel-dl-tagged-releases/files/ruamel.std.pathlib-0.6.4.tar.xz/download which link is stable, apart from the version number.
( Those are tar.xz files generated with hg archvie --rev <tag> .. | xz -9f not with python setup.py sdist )
hg archvie --rev <tag> .. | xz -9f
python setup.py sdist
Log in to post a comment.
You can download an auto generated repo snaphost, that includes the tests from https://sourceforge.net/projects/ruamel-dl-tagged-releases/files/
In particular https://sourceforge.net/projects/ruamel-dl-tagged-releases/files/ruamel.std.pathlib-0.6.4.tar.xz/download which link is stable, apart from the version number.
( Those are tar.xz files generated with
hg archvie --rev <tag> .. | xz -9f
not withpython setup.py sdist
)