This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
core dev @ py -m pytest tests/components/abode/ | |
Test session starts (platform: darwin, Python 3.12.3, pytest 8.2.0, pytest-sugar 1.0.0) | |
rootdir: /Users/jaraco/code/home-assistant/core | |
configfile: pyproject.toml | |
plugins: syrupy-4.6.1, cov-5.0.0, github-actions-annotate-failures-0.2.0, respx-0.21.1, pytest_freezer-0.4.8, sugar-1.0.0, socket-0.7.0, anyio-4.3.0, typeguard-4.2.1, rerunfailures-14.0, unordered-0.6.0, picked-0.5.0, aiohttp-1.0.5, timeout-2.3.1, asyncio-0.23.6, mock-3.14.0, xdist-3.6.1, requests-mock-1.12.1 | |
asyncio: mode=Mode.AUTO | |
collected 51 items | |
tests/components/abode/test_alarm_control_panel.py ✓✓✓✓✓✓ 12% █▎ | |
tests/components/abode/test_binary_sensor.py ✓✓ 16% █▋ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@ docker run -it jaraco/multipy-tox bash -c 'git clone https://github.com/jaraco/towncrier; cd towncrier; git checkout e5c6df77d; pipx run nox' | |
Cloning into 'towncrier'... | |
remote: Enumerating objects: 4318, done. | |
remote: Counting objects: 100% (1012/1012), done. | |
remote: Compressing objects: 100% (189/189), done. | |
remote: Total 4318 (delta 867), reused 878 (delta 794), pack-reused 3306 | |
Receiving objects: 100% (4318/4318), 806.14 KiB | 4.26 MiB/s, done. | |
Resolving deltas: 100% (2589/2589), done. | |
Note: switching to 'e5c6df77d'. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
~ @ docker run python:3.12 ls /.dockerenv | |
Unable to find image 'python:3.12' locally | |
3.12: Pulling from library/python | |
1e92f3a395ff: Pull complete | |
374850c6db17: Pull complete | |
421c44fab18b: Pull complete | |
b9717a38adec: Pull complete | |
51795e508cf7: Pull complete | |
bc54e015d093: Pull complete | |
3822d8fd7491: Pull complete |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cpython gh-117348/import-perf @ ./python.exe -X importtime -c 'import configparser' 2>1 | grep -E '(cumul|configparser)' | |
import time: self [us] | cumulative | imported package | |
import time: 7573 | 15790 | configparser | |
cpython gh-117348/import-perf @ ./python.exe -X importtime -c 'import configparser' 2>1 | grep -E '(cumul|configparser)' | |
import time: self [us] | cumulative | imported package | |
import time: 1760 | 10852 | configparser | |
cpython gh-117348/import-perf @ git stash pop | |
On branch gh-117348/import-perf | |
Changes not staged for commit: | |
(use "git add <file>..." to update what will be committed) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
skeleton | |
All checks passed! | |
oathtool | |
All checks passed! | |
pytest-perf | |
All checks passed! | |
keyrings.alt |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jaraco.collections | |
All checks passed! | |
jaraco.xkcd | |
All checks passed! | |
keyring | |
All checks passed! | |
pytest-perf |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pip-run jaraco.develop -- -m jaraco.develop.projects-run -t 'not fork' -- bash -c 'sed -i -e /ignore_missing_imports/d mypy.ini; tox -- -p no | |
:cov -k mypy' | |
librarypaste | |
.pkg: install_requires> python -I -m pip install 'setuptools>=56' 'setuptools_scm[toml]>=3.4.1' | |
.pkg: _optional_hooks> python '/Users/jaraco/Library/Application Support/pipx/venvs/tox/lib/python3.12/site-packages/pyproject_api/_backend.py' True setuptools.build_meta | |
.pkg: get_requires_for_build_editable> python '/Users/jaraco/Library/Application Support/pipx/venvs/tox/lib/python3.12/site-packages/pyproject_api/_backend.py' True setuptools.build_meta | |
py: packaging backend failed (code=error: Multiple top-level packages discovered in a flat-layout: ['uptests', 'librarypaste']. | |
To avoid accidental inclusion of unwanted files or directories, | |
setuptools will not proceed with this build. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jaraco.zstd | |
All checks passed! | |
jaraco.net | |
conftest.py:1:1: I001 [*] Import block is un-sorted or un-formatted | |
jaraco/net/devices/__init__.py:9:1: I001 [*] Import block is un-sorted or un-formatted | |
jaraco/net/devices/darwin.py:1:1: I001 [*] Import block is un-sorted or un-formatted | |
jaraco/net/devices/win32.py:1:1: I001 [*] Import block is un-sorted or un-formatted | |
jaraco/net/dns.py:3:1: I001 [*] Import block is un-sorted or un-formatted | |
jaraco/net/dns.py:85:13: B904 Within an `except` clause, raise exceptions with `raise ... from err` or `raise ... from None` to distinguish them from errors in exception handling |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
airflow 72d19565d8 @ py -m pytest ./dev/breeze/tests -k test_get_provider_requirements --pdb | |
============================================================== test session starts =============================================================== | |
platform darwin -- Python 3.8.18, pytest-7.4.4, pluggy-1.4.0 -- /Users/jaraco/draft/airflow/.venv/bin/python | |
cachedir: .pytest_cache | |
rootdir: /Users/jaraco/draft/airflow/dev/breeze | |
configfile: pyproject.toml | |
plugins: anyio-4.3.0, xdist-3.5.0 | |
collected 271 items / 270 deselected / 1 selected | |
dev/breeze/tests/test_packages.py::test_get_provider_requirements FAILED [100%] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#0 building with "multi" instance using docker-container driver | |
#1 [airflow-webserver internal] load build definition from Dockerfile | |
#1 transferring dockerfile: 3.50kB done | |
#1 DONE 0.0s | |
#2 [airflow-webserver internal] load metadata for docker.io/apache/airflow:slim-2.8.1-python3.11 | |
#2 DONE 0.2s | |
#3 [airflow-webserver internal] load .dockerignore |