Edgewall Software

Opened 4 years ago

Last modified 4 years ago

#13262 closed defect

test command has been deprecated since setuptools 41.5.0 — at Initial Version

Reported by: Jun Omae Owned by:
Priority: normal Milestone: 1.0.20
Component: general Version: 1.0.19
Severity: minor Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

1.0-stable and 1.2-stable use test command of setuptools.

%.py : status
        python setup.py -q test -s $(subst /,.,$(@:.py=)).suite $(testopts)

ifdef test
all: status
        python setup.py -q test -s $(subst /,.,$(test:.py=)).suite $(testopts)
else
all: help
endif

The test command has been deprecated since setuptools 41.5.0.

python setup.py -q test -s trac.versioncontrol.tests.functional.suite
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.

See also:

Change History (0)

Note: See TracTickets for help on using tickets.