diff options
| author | Anthony Sottile <asottile@umich.edu> | 2019-07-31 01:28:25 -0700 |
|---|---|---|
| committer | Bernát Gábor <bgabor8@bloomberg.net> | 2019-07-31 09:28:25 +0100 |
| commit | 94436c320aa06a323cfc6bc5e2c2277a0586f2ab (patch) | |
| tree | 64f7bb89c1470eb156615553788755e9163a0cb9 /docs/example | |
| parent | d056fd2c52b551b5bb8df2cdb201086f267b8264 (diff) | |
| download | tox-git-94436c320aa06a323cfc6bc5e2c2277a0586f2ab.tar.gz | |
Remove dependence on md5 (#1385)
Diffstat (limited to 'docs/example')
| -rw-r--r-- | docs/example/result.rst | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/example/result.rst b/docs/example/result.rst index 72336393..cdb3cfb2 100644 --- a/docs/example/result.rst +++ b/docs/example/result.rst @@ -40,8 +40,7 @@ This will create a json-formatted result file using this schema: "platform": "linux2", "installpkg": { "basename": "tox-1.6.0.dev1.zip", - "sha256": "b6982dde5789a167c4c35af0d34ef72176d0575955f5331ad04aee9f23af4326", - "md5": "27ead99fd7fa39ee7614cede6bf175a6" + "sha256": "b6982dde5789a167c4c35af0d34ef72176d0575955f5331ad04aee9f23af4326" }, "toxversion": "1.6.0.dev1", "reportversion": "1" |
