view tox.ini @ 1545:306187268f59

test_unaffected_core: be compatible with upstream change Upstream change 02845f7441af and d9aba3730d30 now requires certain `req.earlyoptions` items to be set before entering `dispatch._dispatch`. Update the test code to be compatible with it. This should be compatible with upstream changeset 8fbb26.
author Jun Wu <quark@fb.com>
date Mon, 04 Dec 2017 18:13:00 -0800
parents 08ea19b989c3
children 0099cf9a9a8b
line wrap: on
line source

[tox]
envlist = hg37,hg38,hg39,hg40,hg41,hg42,hg43,hg44

[testenv]
deps=
    nose
    hg37: Mercurial==3.7.3
    hg38: Mercurial==3.8.3
    hg39: Mercurial==3.8.3
    hg40: Mercurial==4.0.2
    hg41: Mercurial==4.1.3
    hg42: Mercurial==4.2.2
    hg43: Mercurial==4.3.1
    hg44: Mercurial==4.4
    subvertpy
commands=nosetests {posargs}