zopefoundation / z3c.pdftemplate

PDF Template
0 stars 3 forks source link

DeprecationWarning #2

Open jugmac00 opened 3 years ago

jugmac00 commented 3 years ago
about to run tox for zopefoundation/z3c.pdftemplate, 208 of 287
/home/jugmac00/All/output_zope/zopefoundation/z3c.pdftemplate/.tox/4/py36/lib/python3.6/site-packages/setuptools/dist.py:463: UserWarning: Normalizing '0.2.1dev' to '0.2.1.dev0'
  warnings.warn(tmpl.format(**locals()))
WARNING: Testing via this command is deprecated and will be removed in a future version. Users looking for a generic test entry point independent of test runner are encouraged to use tox.

----------------------------------------------------------------------
Ran 0 tests in 0.000s

OK
tox4 run successful for zopefoundation/z3c.pdftemplate

Disclaimer: I do not use this package.

mgedmin commented 3 years ago

Caused by tox.ini using python setup.py test as the test command, will be fixed once we apply the general metaconfiguration template and start using zope-testrunner directly.

(Does this package really have 0 tests? Wow.)

icemac commented 3 years ago

It has at least a single doctest, see https://github.com/zopefoundation/z3c.pdftemplate/blob/master/src/z3c/pdftemplate/tests.py