diff options
author | Chad Smith <chad.smith@canonical.com> | 2019-01-25 22:35:40 +0000 |
---|---|---|
committer | Server Team CI Bot <josh.powers+server-team-bot@canonical.com> | 2019-01-25 22:35:40 +0000 |
commit | c7248059dd2faaaadfbcef5c83e8e8ea166d6767 (patch) | |
tree | fa6820144b7538e1fd875b6316f076d334050540 /tox.ini | |
parent | 7a4696596bbcccfedf5c6b6e25ad684ef30d9cea (diff) | |
download | vyos-cloud-init-c7248059dd2faaaadfbcef5c83e8e8ea166d6767.tar.gz vyos-cloud-init-c7248059dd2faaaadfbcef5c83e8e8ea166d6767.zip |
tox: fix disco httpretty dependencies for py37
LP: #1813361
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -75,7 +75,7 @@ deps = jsonpatch==1.16 six==1.10.0 # test-requirements - httpretty==0.8.6 + httpretty==0.9.6 mock==1.3.0 nose==1.3.7 unittest2==1.1.0 |