diff options
author | Daniel Watkins <oddbloke@ubuntu.com> | 2020-03-17 15:48:51 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-17 15:48:51 -0400 |
commit | b9ff0dc950558ecd2a8469eded26bd6ae4082771 (patch) | |
tree | 0d411916b0fc90475bf9fd6d00dcef5c8426c2b4 /tox.ini | |
parent | 309e9a3cb33a16721d87650f9c1b50709e507356 (diff) | |
download | vyos-cloud-init-b9ff0dc950558ecd2a8469eded26bd6ae4082771.tar.gz vyos-cloud-init-b9ff0dc950558ecd2a8469eded26bd6ae4082771.zip |
cloudinit: remove six from packaging/tooling (#253)
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -72,7 +72,6 @@ deps = pyserial==3.0.1 configobj==5.0.6 requests==2.9.1 - six==1.10.0 # test-requirements httpretty==0.9.6 mock==1.3.0 |