Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 485398 | Differences between
and this patch

Collapse All | Expand All

(-)setup.py (-4 lines)
Lines 34-43 Link Here
34
    install_requires=[
33
    install_requires=[
35
        'six',
34
        'six',
36
    ] + importlib_req + argparse_req,
35
    ] + importlib_req + argparse_req,
37
    setup_requires=[
38
        'hgtools',
39
        'pytest-runner',
40
    ],
41
    tests_require=[
36
    tests_require=[
42
        'pytest',
37
        'pytest',
43
        'mock',
38
        'mock',

Return to bug 485398