summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorPavlo Shchelokovskyy <shchelokovskyy@gmail.com>2020-02-06 08:16:54 +0000
committerPavlo Shchelokovskyy <pshchelokovskyy@mirantis.com>2020-04-09 09:12:09 +0000
commit31ea2fcde16bbc7b54bd46741b09b18759e14ce5 (patch)
tree47e134d4cd73229e2d010f3b81dffc97856d41c6 /tox.ini
parent2ef9f4bf378ca36026992e8b36b7bfeded19945a (diff)
downloadheat-31ea2fcde16bbc7b54bd46741b09b18759e14ce5.tar.gz
Fix genconfig tox env
we no longer keep configuration for in-repo integration tests in the repo, relying on heat-tempest-plugin instead. As a result, currently the `tox -egenconfig` is broken as it tries to generate config sample calling non-existing config.py module. Change-Id: I48685d7c791d98db83a7cbcf4ef926ee25ca62a4
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini1
1 files changed, 0 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 736297877..75d150886 100644
--- a/tox.ini
+++ b/tox.ini
@@ -81,7 +81,6 @@ commands =
[testenv:genconfig]
commands =
oslo-config-generator --config-file=config-generator.conf
- oslo-config-generator --config-file=heat_integrationtests/config-generator.conf
[testenv:genpolicy]
commands =