Skip to content

Commit 8acc1eb

Browse files
committed
refactor tox and requirements
Signed-off-by: MoonJeWoong <[email protected]>
1 parent 464021d commit 8acc1eb

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

requirements-dev.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ pytest
33
pytest-cov
44
pytest-flake8
55
flake8==3.9.2
6-
fosslight-source
6+
fosslight-source
7+
GitPython

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,5 @@ setuptools>=65.5.1 # not directly required, pinned by Snyk to avoid a vulnerabil
1313
numpy; python_version < '3.8'
1414
numpy>=1.22.2; python_version >= '3.8'
1515
npm
16-
requests
16+
requests
17+
GitPython

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ exclude = .tox/*
2020
filterwarnings = ignore::DeprecationWarning
2121
norecursedirs = test_result/* tests/legacy
2222

23+
2324
[testenv:test_run]
2425
deps =
2526
-r{toxinidir}/requirements-dev.txt

0 commit comments

Comments
 (0)