diff options
author | Peter Mikus <pmikus@cisco.com> | 2022-01-25 13:13:45 +0100 |
---|---|---|
committer | Peter Mikus <pmikus@cisco.com> | 2022-01-25 13:13:45 +0100 |
commit | d304fcfd3cc7caa710738ad45f6134809819e95d (patch) | |
tree | 152243214512bc8c0ecfc0d29eedfb8aeaa87b65 /tox.ini | |
parent | f8f5d883fc816750ac051233709cfef869a10666 (diff) |
fix(core): topology files, tox
Signed-off-by: Peter Mikus <pmikus@cisco.com>
Change-Id: I93e2035568527c2f68732a0c7fe1865d100831ad
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -65,11 +65,6 @@ commands = bash {[tox]checker_dir}/doc_verify.sh whitelist_externals = /bin/bash commands = bash {[tox]checker_dir}/gpl_license.sh -[testenv:job_spec] -ignore_outcome = true -whitelist_externals = /bin/bash -commands = bash {[tox]checker_dir}/job_spec.sh - [testenv:line_length] # Fix all transgressions and remove the ignore_outcome flag. ignore_outcome = true |