aboutsummaryrefslogtreecommitdiffstats
path: root/setup.cfg
diff options
context:
space:
mode:
authorLukasz Rajewski <lukasz.rajewski@t-mobile.pl>2024-02-05 22:33:29 +0100
committerLukasz Rajewski <lukasz.rajewski@t-mobile.pl>2024-02-06 14:08:03 +0100
commit3229032969a25304e3428a16cc416177aa73e046 (patch)
tree30b6e2e40dffc323b9b536057aee173b9b3b66b2 /setup.cfg
parent4832b29e839bc3cb0ed6adc7e595b0e9a4b5123c (diff)
Enable SDNC DB connection check and healtcheck
Use also SDNC check before SO instantiate calls Issue-ID: TEST-395 Signed-off-by: Lukasz Rajewski <lukasz.rajewski@t-mobile.pl> Change-Id: I7c9d3fd4136cc620b931b89275b4021bd93171ba
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index dab3745..8a75072 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -22,6 +22,7 @@ setup_requires =
pytest-runner==5.2
install_requires =
pg8000==1.30.1
+ mysql-connector-python==8.3.0
tests_require =
mock
pytest