related to T1261
also:
- tests: replace nose's attr() by pytest's mark() for tests tagging
- assertEquals -> assertEqual
- warn -> warning
Differential D552
replace nose by pytest in test requirements and add a simple tox file douardda on Oct 18 2018, 4:58 PM. Authored by Tags None Subscribers None
Details related to T1261 also:
run 'tox'
Diff Detail
Event TimelineComment Actions modifed tox.ini to install deps from setup.py[testing] instead of requirements-test.txt so tox 2.5 (stretch) is happy. |