summaryrefslogtreecommitdiffstats
path: root/qa/CMakeLists.txt
diff options
context:
space:
mode:
authorKefu Chai <kchai@redhat.com>2020-06-19 12:43:53 +0200
committerKefu Chai <kchai@redhat.com>2020-06-23 17:00:56 +0200
commita7beb90eb089729bba5789d8e2482129b467e433 (patch)
treecafc07bfecec37b72c8a3587a92acad0a4c5a4c4 /qa/CMakeLists.txt
parentMerge PR #35702 into master (diff)
downloadceph-a7beb90eb089729bba5789d8e2482129b467e433.tar.xz
ceph-a7beb90eb089729bba5789d8e2482129b467e433.zip
cmake: add TOX_ENVS keyword to test with listed test envs
Signed-off-by: Kefu Chai <kchai@redhat.com>
Diffstat (limited to 'qa/CMakeLists.txt')
-rw-r--r--qa/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/CMakeLists.txt b/qa/CMakeLists.txt
index 28f3c36b868..f7630ce0528 100644
--- a/qa/CMakeLists.txt
+++ b/qa/CMakeLists.txt
@@ -5,5 +5,5 @@ endif()
if(WITH_TESTS)
include(AddCephTest)
- add_tox_test(qa flake8-py2 flake8-py3 import-tasks)
+ add_tox_test(qa TOX_ENVS flake8-py3 import-tasks)
endif()