/external/markdown/.github/workflows/ |
D | tox.yml | 1 # This workflow will install dependencies and run tests/linters with a matrix of tox environments. 8 - master 10 - '**' 13 - '**' 18 runs-on: ubuntu-latest 20 fail-fast: false 21 max-parallel: 4 23 tox-env: [py37, py38, py39, py310, pypy37, pypy38, pypy39, pygments] 25 - tox-env: py37 26 python-version: '3.7' [all …]
|
/external/python/apitools/ |
D | .travis.yml | 4 - python: "2.7" 5 env: TOX_ENV=lint 6 - python: "2.7" 7 env: TOX_ENV=py27-oauth2client1 8 - python: "2.7" 9 env: TOX_ENV=py27-oauth2client2 10 - python: "2.7" 11 env: TOX_ENV=py27-oauth2client3 12 - python: "2.7" 13 env: TOX_ENV=py27-oauth2client4 [all …]
|
/external/python/setuptools/ |
D | tox.ini | 1 [tox] section 6 toxworkdir={env:TOX_WORK_DIR:.tox} argument 21 # honor git config in pytest-perf 23 # workaround for tox-dev/tox#2382 30 extras = testing-integration 34 # workaround for tox-dev/tox#2382 41 pytest --integration {posargs:-vv --durations=10 setuptools/tests/integration} 50 python -m sphinx -W --keep-going . {toxinidir}/build/html 66 python -m tools.vendored 78 TWINE_USERNAME = {env:TWINE_USERNAME:__token__} [all …]
|
/external/python/dateutil/ |
D | .travis.yml | 5 - "2.7" 6 - "3.3" 7 - "3.4" 8 - "3.5" 9 - "3.6" 10 - "nightly" 11 - "pypy-5.4" 12 - "pypy3" 13 env: 19 - python: 3.6 [all …]
|
D | appveyor.yml | 4 - PYTHON_VERSION: 27 5 - PYTHON_VERSION: 33 6 - PYTHON_VERSION: 34 7 - PYTHON_VERSION: 35 8 - PYTHON_VERSION: 36 10 - x64 11 - x86 16 - platform: x86 18 - platform: x86 20 - platform: x86 [all …]
|
/external/armnn/python/pyarmnn/ |
D | README.md | 3 …extension for [Arm NN SDK](https://developer.arm.com/ip-products/processors/machine-learning/arm-n… 19 1. You have Python 3.6+ installed system-side. The package is not compatible with older Python vers… 20 2. You have python3.6-dev installed system-side. This contains header files needed to build PyArmNN… 22 …python3.6-dev build-essential checkinstall libreadline-gplv2-dev libncursesw5-dev libssl-dev libsq… 23 …To install it follow the guide on [SWIG GitHub](https://github.com/swig/swig/wiki/Getting-Started). 29 python -m venv env 30 source env/bin/activate 55 -DBUILD_PYTHON_SRC=1 61 -DSWIG_EXECUTABLE=<path_to_swig_executable> 72 * Linux x86 64bit machine: pyarmnn-32.0.0-cp36-cp36m-*linux_x86_64*.whl [all …]
|
D | tox.ini | 1 [tox] section 7 pytest-cov==2.8.1 13 more-itertools==8.12.0 19 …python -m pytest test/ -v {posargs} --junit-xml=test_report_junit-{envname}.xml --cov=pyarmnn --co… 22 envdir = env 26 tox argument 28 commands = python -c "import sys; print('Dev environment created: ' + sys.executable)" 38 python setup.py clean --all 40 python setup.py build_ext --inplace 48 …python ./scripts/generate_docs.py --html --output-dir docs pyarmnn --force --template-dir=./docs_c… [all …]
|
/external/python/oauth2client/ |
D | CONTRIBUTING.md | 13 ---------------------------------- 21 ------------------- 27 ------------- 31 the docs yourself via `tox -e docs` and make sure they're readable. 34 --------------------- 39 Expect some back-and-forth with regards to style and compliance of these 45 ---------------------------- 50 - While logged into your GitHub account, navigate to the `oauth2client` 52 - Fork and clone the `oauth2client` repository to your GitHub account 54 - Clone your fork of `oauth2client` from your GitHub account to your [all …]
|
D | tox.ini | 1 [tox] section 21 commands = nosetests --ignore-files=test_appengine\.py --ignore-files=test__appengine_ndb\.py {posa… 27 --with-coverage \ 28 --cover-package=oauth2client \ 29 --cover-package=tests \ 30 --cover-erase \ 31 --cover-tests \ 32 --cover-branches \ 33 --ignore-files=test_appengine\.py \ 34 --ignore-files=test__appengine_ndb\.py [all …]
|
D | .travis.yml | 7 - python: 3.5 8 env: 9 - TOX_ENV=py35 10 env: 12 - TOX_ENV=py26 13 - TOX_ENV=py27 14 - TOX_ENV=py33 15 - TOX_ENV=py34 16 - TOX_ENV=pypy 17 - TOX_ENV=docs [all …]
|
/external/python/uritemplates/ |
D | .travis.yml | 6 - python: 2.7 7 env: TOXENV=py27 8 - python: 3.4 9 env: TOXENV=py34 10 - python: 3.5 11 env: TOXENV=py35 12 - python: 3.6 13 env: TOXENV=py36 14 - python: 3.7 15 env: TOXENV=py37 [all …]
|
/external/fonttools/ |
D | tox.ini | 1 [tox] section 3 envlist = mypy, py3{7,8,9}-cov, htmlcov 9 # use 'download = true' to have tox install the latest pip inside the virtualenv. argument 10 # We need this to be able to install skia-pathops on Linux, which uses a 12 # https://github.com/tox-dev/tox/issues/791#issuecomment-518713438 17 pytest-randomly 18 -rrequirements.txt 27 cy: python -c "from fontTools.cu2qu.cu2qu import COMPILED; assert COMPILED" 28 !cy: python -c "from fontTools.cu2qu.cu2qu import COMPILED; assert not COMPILED" 30 cov: coverage run --parallel-mode -m pytest {posargs} [all …]
|
D | .gitignore | 1 # Byte-compiled / optimized / DLL files 14 *.egg-info/ 20 pip-log.txt 21 pip-delete-this-directory.txt 25 .tox/ 34 .env 36 env/ 38 ENV/ 39 env.bak/
|
/external/python/cryptography/docs/development/ |
D | getting-started.rst | 5 ------------------------ 8 :doc:`/installation`. These are listed in ``dev-requirements.txt`` and they can 15 .. code-block:: console 19 $ pip install --requirement dev-requirements.txt 20 $ pip install --editable . 22 Make sure that ``pip install --requirement ...`` has installed the Python 31 Windows with 64-bit Python. See `this Github issue`_ for more information. 32 The easiest workaround is to use 32-bit Python for ``cryptography`` 33 development, even on 64-bit Windows. 42 ``dev-requirements.txt`` otherwise pip will fail with include errors. [all …]
|
/external/walt/pywalt/ |
D | .gitignore | 1 # Byte-compiled / optimized / DLL files 11 env/ 13 develop-eggs/ 23 *.egg-info/ 34 pip-log.txt 35 pip-delete-this-directory.txt 39 .tox/ 58 .webassets-cache 73 .python-version 76 celerybeat-schedule [all …]
|
/external/python/setuptools/setuptools/tests/ |
D | environment.py | 11 name = '.env' 16 create_opts = ['--no-setuptools'] 22 # - tox isn't used to run tests and 23 # - PYTHONPATH is set to point to a specific setuptools codebase and 24 # - no custom env is explicitly set by a test 27 # Unless the test sets its own special env, pass a copy of the existing 29 if "env" not in kwargs: 30 env = dict(os.environ) 31 if "PYTHONPATH" in env: 32 del env["PYTHONPATH"] [all …]
|
D | fixtures.py | 36 Workaround pytest-dev/pytest-xdist#376 38 ``pytest-xdist`` tends to inject '' into ``sys.path``, 79 sys.executable, "-m", "build", "--sdist", 80 "--outdir", str(tmp), str(request.config.rootdir) 97 sys.executable, "-m", "build", "--wheel", 98 "--outdir", str(tmp) , str(request.config.rootdir) 105 """Virtual env with the version of setuptools under test installed""" 106 env = environment.VirtualEnv() 107 env.root = path.Path(tmp_path / 'venv') 108 env.req = str(setuptools_wheel) [all …]
|
/external/libcxx/ |
D | .gitignore | 1 # Byte-compiled / optimized / DLL files 10 env/ 12 develop-eggs/ 21 *.egg-info/ 32 pip-log.txt 33 pip-delete-this-directory.txt 37 .tox/ 57 env.lst 60 # Editor by-products
|
/external/markdown/ |
D | .gitignore | 1 # Byte-compiled / optimized / DLL files 11 env/ 13 develop-eggs/ 23 *.egg-info/ 35 pip-log.txt 36 pip-delete-this-directory.txt 40 .tox/ 48 test-output.html 64 .python-version 68 ENV/
|
/external/python/jinja/ |
D | CONTRIBUTING.rst | 8 ----------------- 15 - The ``#get-help`` channel on our Discord chat: 17 - The mailing list flask@python.org for long term discussion or larger 19 - Ask on `Stack Overflow`_. Search with Google first using: 26 ---------------- 30 - Describe what you expected to happen. 31 - If possible, include a `minimal reproducible example`_ to help us 34 - Describe what actually happened. Include the full traceback if there 36 - List your Python and Jinja versions. If possible, check if this 40 .. _minimal reproducible example: https://stackoverflow.com/help/minimal-reproducible-example [all …]
|
D | .gitignore | 5 *.egg-info/ 10 .tox/ 13 env/ 15 venv-*/
|
/external/python/markupsafe/ |
D | .gitignore | 6 env/ 10 *.egg-info/ 11 .tox/
|
/external/python/timeout-decorator/ |
D | .gitignore | 5 .env 12 *.egg-info 20 develop-eggs 26 pip-log.txt 30 .tox
|
/external/python/httplib2/ |
D | setup.cfg | 10 exclude = *.egg*,.env,.git,.tox,_*,build*,dist*,venv*,python2/,python3/ 12 max-line-length = 121 17 # --fulltrace 18 # -n auto 19 --cov-config=setup.cfg 20 --cov=httplib2 21 --noconftest 22 --showlocals 23 --strict 24 --tb=short [all …]
|
/external/libcxxabi/ |
D | .gitignore | 1 # Byte-compiled / optimized / DLL files 14 env/ 16 develop-eggs/ 25 *.egg-info/ 36 pip-log.txt 37 pip-delete-this-directory.txt 41 .tox/
|