/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
PhysicsTools/PythonAnalysis/test/BuildFile.xml
134 строки
8 KB
Shahzad Malik Muzaffar
Drop py3-html5lib unit test
23 фев 2026, 18:03
23 фев 2026, 18:03
1dbe4be
Код
Авторство
О чём код?
<!-- To make sure we rebuild this package when python_tools package updated --> <use name="python_tools"/> <test name="testPandas" command="testPandas.py"/> <test name="test_pycurl" command="test_pycurl.py"/> <test name="test_bs4" command="test_bs4.py"/> <test name="testBottleneck" command="testBottleneck.py"/> <test name="testNumExpr" command="testNumExpr.py"/> <ifrelease name="!ASAN"> <test name="testTables" command="testTables.py"/> </ifrelease> <test name="testXGBoost_and_sklearn" command="testXGBoost_and_sklearn.py"/> <test name="testUncertainties" command="testUncertainties.py"/> <test name="testJupyter" command="testJupyter.sh"/> <test name="testCorrectionlib" command="test_correctionlib.py"/> <bin name="test_PyMVA" file="test_PyMVA.cpp"> <use name="rootpymva"/> </bin> <test name="test_root_PyMVA" command="rm -f tmp/test_PyMVA; mkdir tmp/test_PyMVA; cd tmp/test_PyMVA; cp $(LOCALTOP)/src/PhysicsTools/PythonAnalysis/test/test_PyMVA.cpp .; root -n -b -l -q test_PyMVA.cpp+"> <use name="rootpymva"/> </test> <test name="testNumPy" command="python3 -c 'import numpy'"/> <iftool name="py3-cx-oracle"> <test name="testCxOracle" command="python3 -c 'import cx_Oracle'"/> </iftool> <test name="import-anyio" command="python3 -c 'import anyio'"/> <test name="import-jinja2" command="python3 -c 'import jinja2'"/> <test name="import-keras" command="python3 -c 'import tensorflow.keras'"/> <test name="import-markupsafe" command="python3 -c 'import markupsafe'"/> <test name="import-yaml" command="python3 -c 'import yaml'"/> <test name="import-pygments" command="python3 -c 'import pygments'"/> <test name="import-appdirs" command="python3 -c 'import appdirs'"/> <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-bleach" command="python3 -c 'import bleach'"/> <test name="import-bottleneck" command="python3 -c 'import bottleneck'"/> <test name="import-certifi" command="python3 -c 'import certifi'"/> <test name="import-chardet" command="python3 -c 'import chardet'"/> <test name="import-click" command="python3 -c 'import click'"/> <test name="import-cycler" command="python3 -c 'import cycler'"/> <test name="import-cython" command="python3 -c 'import cython'"/> <test name="import-decorator" command="python3 -c 'import decorator'"/> <test name="import-docopt" command="python3 -c 'import docopt'"/> <test name="dxr-build" command="dxr-build.py --help"/> <test name="import-enum" command="python3 -c 'import enum'"/> <test name="import-flake8" command="python3 -c 'import flake8'"/> <test name="import-funcsigs" command="python3 -c 'import funcsigs'"/> <test name="import-future" command="python3 -c 'import future'"/> <test name="import-concurrent.futures" command="python3 -c 'import concurrent.futures'"/> <test name="import-h5py" command="python3 -c 'import h5py'"/> <test name="import-idna" command="python3 -c 'import idna'"/> <test name="import-ipykernel" command="python3 -c 'import ipykernel'"/> <test name="import-ipython_genutils" command="python3 -c 'import ipython_genutils'"/> <test name="import-ipywidgets" command="python3 -c 'import ipywidgets'"/> <test name="import-jinja2" command="python3 -c 'import jinja2'"/> <test name="import-jsonpickle" command="python3 -c 'import jsonpickle'"/> <test name="import-jsonschema" command="python3 -c 'import jsonschema'"/> <test name="import-jupyter_client" command="python3 -c 'import jupyter_client'"/> <test name="import-jupyter_console" command="python3 -c 'import jupyter_console'"/> <test name="import-jupyter_core" command="python3 -c 'import jupyter_core'"/> <test name="import-matplotlib" command="python3 -c 'import matplotlib'"/> <test name="import-mistune" command="python3 -c 'import mistune'"/> <test name="import-mock" command="python3 -c 'import mock'"/> <test name="import-mpmath" command="python3 -c 'import mpmath'"/> <test name="import-nbformat" command="python3 -c 'import nbformat'"/> <test name="import-networkx" command="python3 -c 'import networkx'"/> <test name="import-notebook" command="python3 -c 'import notebook'"/> <test name="import-numexpr" command="python3 -c 'import numexpr'"/> <test name="import-numpy" command="python3 -c 'import numpy'"/> <test name="import-packaging" command="python3 -c 'import packaging'"/> <test name="import-pandas" command="python3 -c 'import pandas'"/> <test name="import-pandocfilters" command="python3 -c 'import pandocfilters'"/> <test name="import-parsimonious" command="python3 -c 'import parsimonious'"/> <test name="import-pathlib2" command="python3 -c 'import pathlib2'"/> <test name="import-pbr" command="python3 -c 'import pbr'"/> <test name="import-pexpect" command="python3 -c 'import pexpect'"/> <test name="import-pickleshare" command="python3 -c 'import pickleshare'"/> <test name="import-pip" command="python3 -c 'import pip'"/> <test name="import-pkgconfig" command="python3 -c 'import pkgconfig'"/> <test name="import-plac" command="python3 -c 'import plac'"/> <test name="import-prettytable" command="python3 -c 'import prettytable'"/> <test name="import-google.protobuf" command="python3 -c 'import google.protobuf'"/> <test name="import-prwlock" command="python3 -c 'import prwlock'"/> <test name="import-psutil" command="python3 -c 'import psutil'"/> <test name="import-ptyprocess" command="python3 -c 'import ptyprocess'"/> <test name="import-pybind11" command="python3 -c 'import pybind11'"/> <test name="import-pycodestyle" command="python3 -c 'import pycodestyle'"/> <test name="import-pycurl" command="python3 -c 'import pycurl'"/> <test name="import-pyparsing" command="python3 -c 'import pyparsing'"/> <test name="import-pytest" command="python3 -m pytest --version"/> <test name="import-sqlite3" command="python3 -c 'import sqlite3'"/> <test name="import-pytz" command="python3 -c 'import pytz'"/> <test name="import-zmq" command="python3 -c 'import zmq'"/> <test name="import-requests" command="python3 -c 'import requests'"/> <test name="import-scandir" command="python3 -c 'import scandir'"/> <test name="import-schema" command="python3 -c 'import schema'"/> <test name="import-sklearn" command="python3 -c 'import sklearn'"/> <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-simplegeneric" command="python3 -c 'import simplegeneric'"/> <test name="import-singledispatch" command="python3 -c 'import singledispatch'"/> <test name="import-sniffio" command="python3 -c 'import sniffio'"/> <test name="import-sqlalchemy" command="python3 -c 'import sqlalchemy'"/> <test name="import-sympy" command="python3 -c 'import sympy'"/> <ifrelease name="!ASAN"> <test name="import-tables" command="python3 -c 'import tables'"/> </ifrelease> <test name="import-tensorflow" command="python3 -c 'import tensorflow'"/> <test name="import-terminado" command="python3 -c 'import terminado'"/> <test name="import-testpath" command="python3 -c 'import testpath'"/> <test name="import-tornado" command="python3 -c 'import tornado'"/> <test name="import-tqdm" command="python3 -c 'import tqdm'"/> <test name="import-traitlets" command="python3 -c 'import traitlets'"/> <test name="import-uncertainties" command="python3 -c 'import uncertainties'"/> <test name="import-uproot" command="python3 -c 'import uproot'"/> <test name="import-urllib3" command="python3 -c 'import urllib3'"/> <test name="import-virtualenv" command="python3 -c 'import virtualenv'"/> <test name="import-wcwidth" command="python3 -c 'import wcwidth'"/> <test name="import-webencodings" command="python3 -c 'import webencodings'"/> <test name="import-werkzeug" command="python3 -c 'import werkzeug'"/> <test name="import-widgetsnbextension" command="python3 -c 'import widgetsnbextension'"/> <test name="import-xgboost" command="python3 -c 'import xgboost'"/> <test name="import-google" command="python3 -c 'import google'"/> <test name="import-lxml" command="python3 -c 'import lxml'"/> <test name="import-bs4" command="python3 -c 'import bs4'"/> <test name="import-professor2" command="python3 -c 'import professor2'"/> <test name="run-flawfinder" command="flawfinder -h"/> <test name="run-ipython" command="ipython -h"/> <test name="run-pylint" command="pylint -h"/> <test name="run-jupyter-notebook" command="jupyter notebook --help"/>