Skip to content

Commit c2cde85

Browse files
Better logic for IDE
1 parent e1f9afb commit c2cde85

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

run_tests.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,11 @@ pip check
2222
pip freeze --all | tee pip_freeze/after_test.txt
2323
( diff pip_freeze/before.txt pip_freeze/after.txt || : ) | tee pip_freeze/diff.txt
2424
( diff pip_freeze/after.txt pip_freeze/after_test.txt || : ) | tee pip_freeze/diff_test.txt
25-
python -m build
2625
# Scanning sources
2726
bandit -r ./sagemaker_ssh_helper/ ./tests/ ./*.py --skip B603,B404,B101 2>&1 | tee bandit.txt
2827
flake8 --extend-ignore E501,F401,F541,E402 ./sagemaker_ssh_helper/ ./tests/ ./*.py | tee flake8.txt
28+
# Creating the build
29+
python -m build
2930
# Configure local env
3031
id
3132
apt-get update

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"constructs>=10.0.0,<11.0.0",
1212
],
1313
"test": [
14+
"build",
1415
"coverage",
1516
"flake8",
1617
"mock",

0 commit comments

Comments
 (0)