You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
when I tried to rebuild the Debian package of DendroPy I was pointed to the fact that the test suite code was removed from the archive. So
$ python3 setup.py test
simply fails since there is only data but no code to run the test suite. It would be great if you could provide some test code - most preferably code that does not depend from PAUP which we can not use in Debian since it is non-free.
To at least do some testing at all I'm now using
I cannot speak for or to the Debian packaging of DendroPy. I have no idea what the state of or changes have been made to DendroPy in the Debian package.
I had previously communicated with Andreas Tille ([email protected]) who contacted me regarding the licensing of some of the content of the full DendroPy package. He wanted to make sure that all content was available under an Open Source license. I indicated that while all code was, the test data was not. And could not --- data cannot be copyrighted or licensed as far as I know. I never heard back from him.
The full DendroPy package, as available from its primary source code repos, and as maintained by ourselves, do indeed include the test data:
Hi,
when I tried to rebuild the Debian package of DendroPy I was pointed to the fact that the test suite code was removed from the archive. So
simply fails since there is only data but no code to run the test suite. It would be great if you could provide some test code - most preferably code that does not depend from PAUP which we can not use in Debian since it is non-free.
To at least do some testing at all I'm now using
as a continuous integration test. Better ideas are more than welcome, Andreas.
The text was updated successfully, but these errors were encountered: