From d04ef66365d945b79528ee9e160decdc551ee2e4 Mon Sep 17 00:00:00 2001 From: Kevin Chung Date: Sat, 30 May 2020 22:40:18 -0400 Subject: [PATCH] Closes #1307 --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b747f98a..d81aee95 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,10 @@ format: prettier --write 'CTFd/themes/**/assets/**/*' test: - pytest -rf --cov=CTFd --cov-context=test --ignore=node_modules/ --disable-warnings -n auto + pytest -rf --cov=CTFd --cov-context=test --ignore=node_modules/ \ + -W ignore::sqlalchemy.exc.SADeprecationWarning \ + -W ignore::sqlalchemy.exc.SAWarning \ + -n auto bandit -r CTFd -x CTFd/uploads --skip B105,B322 pipdeptree yarn verify