summaryrefslogtreecommitdiff
path: root/test/results/python-pipenv-v2.json
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-03-04 10:31:42 -0700
committermo khan <mo.khan@gmail.com>2020-03-04 10:31:42 -0700
commitedccdb05b67fd119ae7f48c40341bdd0e13170ad (patch)
treed6abf69c2323d694423c4de3b9111d17fe8f4745 /test/results/python-pipenv-v2.json
parent874a879386b8fff5135b5425e600464ddf8b3d0e (diff)
Move expected reports to spec/fixtures
Diffstat (limited to 'test/results/python-pipenv-v2.json')
-rw-r--r--test/results/python-pipenv-v2.json75
1 files changed, 0 insertions, 75 deletions
diff --git a/test/results/python-pipenv-v2.json b/test/results/python-pipenv-v2.json
deleted file mode 100644
index bdbeb14..0000000
--- a/test/results/python-pipenv-v2.json
+++ /dev/null
@@ -1,75 +0,0 @@
-{
- "version": "2.0",
- "licenses": [
- {
- "id": "Apache-2.0",
- "name": "Apache License 2.0",
- "url": "https://opensource.org/licenses/Apache-2.0",
- "count": 1
- },
- {
- "id": "BSD-4-Clause",
- "name": "BSD 4-Clause \"Original\" or \"Old\" License",
- "url": "http://directory.fsf.org/wiki/License:BSD_4Clause",
- "count": 1
- },
- {
- "id": "MIT",
- "name": "MIT License",
- "url": "https://opensource.org/licenses/MIT",
- "count": 1
- },
- {
- "id": "public domain, python, 2-clause bsd, gpl 3 (see copying.txt)",
- "name": "public domain, Python, 2-Clause BSD, GPL 3 (see COPYING.txt)",
- "url": "",
- "count": 1
- }
- ],
- "dependencies": [
- {
- "name": "django",
- "url": "https://www.djangoproject.com/",
- "description": "A high-level Python Web framework that encourages rapid development and clean, pragmatic design.",
- "paths": [
- "."
- ],
- "licenses": [
- "BSD-4-Clause"
- ]
- },
- {
- "name": "docutils",
- "url": "http://docutils.sourceforge.net/",
- "description": "Docutils -- Python Documentation Utilities",
- "paths": [
- "."
- ],
- "licenses": [
- "public domain, python, 2-clause bsd, gpl 3 (see copying.txt)"
- ]
- },
- {
- "name": "pytz",
- "url": "http://pythonhosted.org/pytz",
- "description": "World timezone definitions, modern and historical",
- "paths": [
- "."
- ],
- "licenses": [
- "MIT"
- ]
- },
- {
- "name": "requests",
- "url": "http://python-requests.org",
- "description": "Python HTTP for Humans.",
- "paths": [
- "."
- ],
- "licenses": [
- "Apache-2.0"
- ]
- }
- ]
-}