Skip to content

Commit 5244916

Browse files
authored
Merge pull request cms-sw#34106 from davidlange6/dl210613
move additional unit tests to python3
2 parents 3cfe754 + 9459338 commit 5244916

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

Alignment/MillePedeAlignmentAlgorithm/scripts/mps_alisetup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python3
22

33
from __future__ import print_function
44
import os

Alignment/OfflineValidation/test/submitAllJobs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python3
22

33
'''Script that submits CMS Tracker Alignment Primary Vertex Validation workflows
44
'''

PhysicsTools/PythonAnalysis/test/BuildFile.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,6 @@
4242
<test name="import-argparse" command="python3 -c 'import argparse'"/>
4343
<test name="import-autopep8" command="python3 -c 'import autopep8'"/>
4444
<test name="import-avro" command="python3 -c 'import avro'"/>
45-
<test name="import-backports.lzma" command="python3 -c 'import backports.lzma'"/>
46-
<test name="import-backports.ssl_match_hostname" command="python3 -c 'import backports.ssl_match_hostname'"/>
4745
<test name="import-bleach" command="python3 -c 'import bleach'"/>
4846
<test name="import-bottleneck" command="python3 -c 'import bottleneck'"/>
4947
<test name="import-certifi" command="python3 -c 'import certifi'"/>
@@ -120,7 +118,6 @@
120118
<test name="import-scipy" command="python3 -c 'import scipy'"/>
121119
<test name="import-seaborn" command="python3 -c 'import seaborn'"/>
122120
<test name="import-send2trash" command="python3 -c 'import send2trash'"/>
123-
<test name="import-backports.shutil_get_terminal_size" command="python3 -c 'import backports.shutil_get_terminal_size'"/>
124121
<test name="import-simplegeneric" command="python3 -c 'import simplegeneric'"/>
125122
<test name="import-singledispatch" command="python3 -c 'import singledispatch'"/>
126123
<test name="import-six" command="python3 -c 'import six'"/>

0 commit comments

Comments
 (0)