summaryrefslogtreecommitdiffstats
path: root/components/pm-subscription-handler/tox.ini
diff options
context:
space:
mode:
authorefiacor <fiachra.corcoran@est.tech>2023-02-14 18:43:24 +0000
committerefiacor <fiachra.corcoran@est.tech>2023-02-15 10:29:26 +0000
commitf0fb309e5bcdb31d86c51e56205f6d977dcb9fac (patch)
treeebee1ccf63487e41928e62b9840c2c0db6d050b5 /components/pm-subscription-handler/tox.ini
parent24d5996b9793250276690415bbf365801b88593d (diff)
[PMSH] Fix dependencies and build script2.2.3-pmsh
onap-gerrit-review: -current-copyright-not-in-all-files Signed-off-by: efiacor <fiachra.corcoran@est.tech> Change-Id: Ib94ea16c95e741b9882731f2cb880b67661166b8 Issue-ID: DCAEGEN2-3353
Diffstat (limited to 'components/pm-subscription-handler/tox.ini')
-rw-r--r--components/pm-subscription-handler/tox.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/components/pm-subscription-handler/tox.ini b/components/pm-subscription-handler/tox.ini
index 38acbbb8..9ee1c7df 100644
--- a/components/pm-subscription-handler/tox.ini
+++ b/components/pm-subscription-handler/tox.ini
@@ -1,5 +1,5 @@
# ============LICENSE_START=======================================================
-# Copyright (C) 2019 Nordix Foundation.
+# Copyright (C) 2019-2023 Nordix Foundation.
# ================================================================================
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -17,7 +17,7 @@
# ============LICENSE_END=========================================================
[tox]
-envlist = flake8,py39
+envlist = flake8,py39,py310
skip_missing_interpreters = true
[testenv]