Skip to content

Commit

Permalink
Merge pull request #32 from CybercentreCanada/update/remove-codecov
Browse files Browse the repository at this point in the history
Removing codecov usage
  • Loading branch information
cccs-sgaron committed Apr 13, 2023
2 parents 8f5ac4d + 5919836 commit abd34d0
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@
extras_require={
'test': [
'pytest',
'pytest-cov',
'cart',
'assemblyline',
'passlib',
Expand Down
2 changes: 1 addition & 1 deletion setup_vscode.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
python3 -m venv venv
venv/bin/pip install -U pip
venv/bin/pip install -U wheel
venv/bin/pip install -U pytest pytest-cov codecov flake8 pep8 autopep8 ipython cart assemblyline passlib
venv/bin/pip install -U pytest flake8 pep8 autopep8 ipython cart assemblyline passlib
venv/bin/pip install -e .
1 change: 0 additions & 1 deletion test/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
pytest
pytest-cov
cart
assemblyline
passlib

0 comments on commit abd34d0

Please sign in to comment.