Skip to content

Commit a44d173

Browse files
authored
Merge pull request #255 from sbs2001/refactor_importer_runner
Refactor importer_runner.py
2 parents 2cbfb89 + 7f1f476 commit a44d173

File tree

10 files changed

+44547
-49540
lines changed

10 files changed

+44547
-49540
lines changed

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,10 +92,6 @@ the code Django includes for this purpose: `SECRET_KEY=$(python -c "from django.
9292
pycodestyle --exclude=migrations,settings.py,venv,lib_oval.py,test_ubuntu.py,test_suse.py,test_data_source.py --max-line-length=100 .
9393
DJANGO_DEV=1 pytest
9494
```
95-
To skip tests which require internet connection:
96-
```
97-
DJANGO_DEV=1 pytest -m "not webtest"
98-
```
9995
## Data import
10096

10197
```

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ ipython-genutils==0.2.0
2121
jedi==0.17.0
2222
lxml==4.3.3
2323
more-itertools==8.0.2
24-
packageurl-python==0.9.0
24+
packageurl-python==0.9.1
2525
packaging==19.2
2626
parso==0.7.0
2727
pexpect==4.8.0

vulnerabilities/fixtures/debian.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"name": "librsync",
3636
"version": "0.9.7-10",
3737
"qualifiers": {"distro":"jessie"},
38-
"subpath": null
38+
"subpath": ""
3939
}
4040
},
4141
{
@@ -47,7 +47,7 @@
4747
"name": "mimetex",
4848
"version": "1.74-1",
4949
"qualifiers": {"distro":"jessie"},
50-
"subpath": null
50+
"subpath": ""
5151
}
5252
},
5353
{
@@ -59,7 +59,7 @@
5959
"name": "mimetex",
6060
"version": "1.50-1.1",
6161
"qualifiers": {"distro":"jessie"},
62-
"subpath": null
62+
"subpath": ""
6363
}
6464
},
6565
{

vulnerabilities/fixtures/openssl.json

Lines changed: 44413 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)