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
| (tox) ➜ tox git:(main) ✗ tox -rvv | |
| fix: 369 W remove tox env folder /home/martin/workspace/tox/.tox/fix [tox/tox_env/api.py:323] | |
| fix: 642 I find interpreter for spec PythonSpec(path=/home/martin/micromamba/envs/tox/bin/python3.12) [virtualenv/discovery/builtin.py:72] | |
| fix: 643 I proposed PythonInfo(spec=CPython3.12.3.final.0-64, exe=/home/martin/micromamba/envs/tox/bin/python3.12, platform=linux, version='3.12.3 | packaged by conda-forge | (main, Apr 15 2024, 18:38:13) [GCC 12.3.0]', encoding_fs_io=utf-8-utf-8) [virtualenv/discovery/builtin.py:79] | |
| fix: 643 D accepted PythonInfo(spec=CPython3.12.3.final.0-64, exe=/home/martin/micromamba/envs/tox/bin/python3.12, platform=linux, version='3.12.3 | packaged by conda-forge | (main, Apr 15 2024, 18:38:13) [GCC 12.3.0]', encoding_fs_io=utf-8-utf-8) [virtualenv/discovery/builtin.py:81] | |
| fix: 645 D filesystem is case-sensitive [virtualenv/info.py:25] | |
| fix: 703 I create virtual environment via CPython3Posix(dest=/home/martin/workspace/tox/.tox/fix, clear=False, no_vcs_igno |
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
| #!/bin/bash | |
| conda env list | sed -e 's/ */,/g' > __tmp.txt | |
| eval "$(micromamba shell hook --shell zsh)" | |
| micromamba activate | |
| while read _env; | |
| do |
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
| import contextlib | |
| from typing import AsyncIterator | |
| from sqlalchemy import event | |
| from sqlalchemy.engine import AdaptedConnection # type: ignore | |
| from sqlalchemy.ext.asyncio import AsyncEngine, AsyncSession, create_async_engine | |
| from sqlalchemy.orm import sessionmaker | |
| from sqlalchemy.pool import _ConnectionRecord # type: ignore | |
| CONNECTION_URL = ... |
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
| - PROJECT_BINARY_DIR=/home/mimre/workspace/tmp/cmake-problem/bin/subdir | |
| -- PROJECT_DIRS=/home/mimre/workspace/tmp/cmake-problem;/home/mimre/workspace/tmp/cmake-problem/subdir/;/home/mimre/workspace/tmp/cmake-problem/subdir/files | |
| -- PROJECT_NAME=cmake_problem | |
| -- PROJECT_SOURCE_DIR=/home/mimre/workspace/tmp/cmake-problem/subdir | |
| -- RUN_CONFIGURE=ON | |
| -- Triangle_CONFIG=/usr/local/lib/cmake/Triangle/TriangleConfig.cmake | |
| -- Triangle_CONSIDERED_CONFIGS=/usr/local/lib/cmake/Triangle/TriangleConfig.cmake | |
| -- Triangle_CONSIDERED_VERSIONS=1.7.0 | |
| -- Triangle_DIR=/usr/local/lib/cmake/Triangle | |
| -- Triangle_FOUND=1 |