Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

move additional unit tests to python3 #34106

Merged
merged 1 commit into from
Jun 15, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3

from __future__ import print_function
import os
Expand Down
2 changes: 1 addition & 1 deletion Alignment/OfflineValidation/test/submitAllJobs.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3

'''Script that submits CMS Tracker Alignment Primary Vertex Validation workflows
'''
Expand Down
3 changes: 0 additions & 3 deletions PhysicsTools/PythonAnalysis/test/BuildFile.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@
<test name="import-argparse" command="python3 -c 'import argparse'"/>
<test name="import-autopep8" command="python3 -c 'import autopep8'"/>
<test name="import-avro" command="python3 -c 'import avro'"/>
<test name="import-backports.lzma" command="python3 -c 'import backports.lzma'"/>
<test name="import-backports.ssl_match_hostname" command="python3 -c 'import backports.ssl_match_hostname'"/>
<test name="import-bleach" command="python3 -c 'import bleach'"/>
<test name="import-bottleneck" command="python3 -c 'import bottleneck'"/>
<test name="import-certifi" command="python3 -c 'import certifi'"/>
Expand Down Expand Up @@ -120,7 +118,6 @@
<test name="import-scipy" command="python3 -c 'import scipy'"/>
<test name="import-seaborn" command="python3 -c 'import seaborn'"/>
<test name="import-send2trash" command="python3 -c 'import send2trash'"/>
<test name="import-backports.shutil_get_terminal_size" command="python3 -c 'import backports.shutil_get_terminal_size'"/>
<test name="import-simplegeneric" command="python3 -c 'import simplegeneric'"/>
<test name="import-singledispatch" command="python3 -c 'import singledispatch'"/>
<test name="import-six" command="python3 -c 'import six'"/>
Expand Down