Skip to content

Instantly share code, notes, and snippets.

@AliSajid
Created May 22, 2022 13:51
Show Gist options
  • Save AliSajid/e884d6d93cbe03a3f6433e2d1b648413 to your computer and use it in GitHub Desktop.
Save AliSajid/e884d6d93cbe03a3f6433e2d1b648413 to your computer and use it in GitHub Desktop.
nox > Running session pre-commit
nox > Re-using existing virtual environment at .nox/pre-commit.
nox > python -m pip install --constraint=.nox/pre-commit/tmp/requirements.txt black darglint flake8 flake8-bandit flake8-bugbear flake8-docstrings flake8-rst-docstrings pep8-naming pre-commit pre-commit-hooks pyupgrade reorder-python-imports
nox > pre-commit run --all-files --show-diff-on-failure
prettier.................................................................Passed
Check for added large files..............................................Passed
Check Toml...............................................................Passed
Check AST................................................................Passed
Check docstring first....................................................Passed
check that executables have shebangs.................(no files to check)Skipped
check json...............................................................Passed
check vcs permalinks.....................................................Passed
Check Yaml...............................................................Passed
fix end of files.........................................................Passed
fix requirements.txt.....................................................Passed
pretty format json.......................................................Passed
Trim Trailing Whitespace.................................................Passed
black....................................................................Passed
flake8...................................................................Passed
Reorder python imports...................................................Passed
pyupgrade................................................................Passed
nox > Session pre-commit was successful.
nox > Running session safety
nox > Re-using existing virtual environment at .nox/safety.
nox > python -m pip install --constraint=.nox/safety/tmp/requirements.txt safety
nox > safety check --full-report --file=.nox/safety/tmp/requirements.txt
+==============================================================================+
| |
| /$$$$$$ /$$ |
| /$$__ $$ | $$ |
| /$$$$$$$ /$$$$$$ | $$ \__//$$$$$$ /$$$$$$ /$$ /$$ |
| /$$_____/ |____ $$| $$$$ /$$__ $$|_ $$_/ | $$ | $$ |
| | $$$$$$ /$$$$$$$| $$_/ | $$$$$$$$ | $$ | $$ | $$ |
| \____ $$ /$$__ $$| $$ | $$_____/ | $$ /$$| $$ | $$ |
| /$$$$$$$/| $$$$$$$| $$ | $$$$$$$ | $$$$/| $$$$$$$ |
| |_______/ \_______/|__/ \_______/ \___/ \____ $$ |
| /$$ | $$ |
| | $$$$$$/ |
| by pyup.io \______/ |
| |
+==============================================================================+
| REPORT |
| checked 92 packages, using free DB (updated once a month) |
+==============================================================================+
| No known security vulnerabilities found. |
+==============================================================================+
nox > Session safety was successful.
nox > Running session mypy-3.10
nox > Re-using existing virtual environment at .nox/mypy-3-10.
nox > poetry build --format=wheel
nox > pip uninstall --yes file:///Users/asimami/experiments/BrainfoamKit/dist/BrainfoamKit-0.0.1-py3-none-any.whl
nox > python -m pip install --constraint=.nox/mypy-3-10/tmp/requirements.txt file:///Users/asimami/experiments/BrainfoamKit/dist/BrainfoamKit-0.0.1-py3-none-any.whl
nox > python -m pip install --constraint=.nox/mypy-3-10/tmp/requirements.txt mypy pytest
nox > mypy src tests docs/conf.py
Success: no issues found in 5 source files
nox > mypy --python-executable=/Users/asimami/.local/pipx/venvs/nox/bin/python noxfile.py
Success: no issues found in 1 source file
nox > Session mypy-3.10 was successful.
nox > Running session mypy-3.9
nox > Re-using existing virtual environment at .nox/mypy-3-9.
nox > poetry build --format=wheel
nox > pip uninstall --yes file:///Users/asimami/experiments/BrainfoamKit/dist/BrainfoamKit-0.0.1-py3-none-any.whl
nox > python -m pip install --constraint=.nox/mypy-3-9/tmp/requirements.txt file:///Users/asimami/experiments/BrainfoamKit/dist/BrainfoamKit-0.0.1-py3-none-any.whl
nox > python -m pip install --constraint=.nox/mypy-3-9/tmp/requirements.txt mypy pytest
nox > mypy src tests docs/conf.py
Success: no issues found in 5 source files
nox > mypy --python-executable=/Users/asimami/.local/pipx/venvs/nox/bin/python noxfile.py
Success: no issues found in 1 source file
nox > Session mypy-3.9 was successful.
nox > Running session mypy-3.8
nox > Re-using existing virtual environment at .nox/mypy-3-8.
nox > poetry build --format=wheel
nox > pip uninstall --yes file:///Users/asimami/experiments/BrainfoamKit/dist/BrainfoamKit-0.0.1-py3-none-any.whl
nox > python -m pip install --constraint=.nox/mypy-3-8/tmp/requirements.txt file:///Users/asimami/experiments/BrainfoamKit/dist/BrainfoamKit-0.0.1-py3-none-any.whl
nox > python -m pip install --constraint=.nox/mypy-3-8/tmp/requirements.txt mypy pytest
nox > mypy src tests docs/conf.py
Success: no issues found in 5 source files
nox > mypy --python-executable=/Users/asimami/.local/pipx/venvs/nox/bin/python noxfile.py
Success: no issues found in 1 source file
nox > Session mypy-3.8 was successful.
nox > Running session mypy-3.7
nox > Re-using existing virtual environment at .nox/mypy-3-7.
nox > poetry build --format=wheel
nox > pip uninstall --yes file:///Users/asimami/experiments/BrainfoamKit/dist/BrainfoamKit-0.0.1-py3-none-any.whl
nox > python -m pip install --constraint=.nox/mypy-3-7/tmp/requirements.txt file:///Users/asimami/experiments/BrainfoamKit/dist/BrainfoamKit-0.0.1-py3-none-any.whl
nox > python -m pip install --constraint=.nox/mypy-3-7/tmp/requirements.txt mypy pytest
nox > mypy src tests docs/conf.py
Success: no issues found in 5 source files
nox > mypy --python-executable=/Users/asimami/.local/pipx/venvs/nox/bin/python noxfile.py
Success: no issues found in 1 source file
nox > Session mypy-3.7 was successful.
nox > Running session tests-3.10
nox > Re-using existing virtual environment at .nox/tests-3-10.
nox > poetry build --format=wheel
nox > pip uninstall --yes file:///Users/asimami/experiments/BrainfoamKit/dist/BrainfoamKit-0.0.1-py3-none-any.whl
nox > python -m pip install --constraint=.nox/tests-3-10/tmp/requirements.txt file:///Users/asimami/experiments/BrainfoamKit/dist/BrainfoamKit-0.0.1-py3-none-any.whl
nox > python -m pip install --constraint=.nox/tests-3-10/tmp/requirements.txt 'coverage[toml]' pytest pygments
nox > coverage run --parallel -m pytest
============================= test session starts ==============================
platform darwin -- Python 3.10.4, pytest-6.2.5, py-1.11.0, pluggy-1.0.0
rootdir: /Users/asimami/experiments/BrainfoamKit
collected 0 items / 1 error
==================================== ERRORS ====================================
_____________________ ERROR collecting tests/test_main.py ______________________
ImportError while importing test module '/Users/asimami/experiments/BrainfoamKit/tests/test_main.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/local/Cellar/python@3.10/3.10.4/Frameworks/Python.framework/Versions/3.10/lib/python3.10/importlib/__init__.py:126: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
tests/test_main.py:5: in <module>
from BrainfoamKit import __main__
E ModuleNotFoundError: No module named 'BrainfoamKit'
=========================== short test summary info ============================
ERROR tests/test_main.py
!!!!!!!!!!!!!!!!!!!! Interrupted: 1 error during collection !!!!!!!!!!!!!!!!!!!!
=============================== 1 error in 0.18s ===============================
/Users/asimami/experiments/BrainfoamKit/.nox/tests-3-10/lib/python3.10/site-packages/coverage/inorout.py:517: CoverageWarning: Module BrainfoamKit was never imported. (module-not-imported)
self.warn(f"Module {pkg} was never imported.", slug="module-not-imported")
nox > Command coverage run --parallel -m pytest failed with exit code 2
nox > Session tests-3.10 failed.
nox > Running session tests-3.9
nox > Re-using existing virtual environment at .nox/tests-3-9.
nox > poetry build --format=wheel
nox > pip uninstall --yes file:///Users/asimami/experiments/BrainfoamKit/dist/BrainfoamKit-0.0.1-py3-none-any.whl
nox > python -m pip install --constraint=.nox/tests-3-9/tmp/requirements.txt file:///Users/asimami/experiments/BrainfoamKit/dist/BrainfoamKit-0.0.1-py3-none-any.whl
nox > python -m pip install --constraint=.nox/tests-3-9/tmp/requirements.txt 'coverage[toml]' pytest pygments
nox > coverage run --parallel -m pytest
============================= test session starts ==============================
platform darwin -- Python 3.9.12, pytest-6.2.5, py-1.11.0, pluggy-1.0.0
rootdir: /Users/asimami/experiments/BrainfoamKit
collected 0 items / 1 error
==================================== ERRORS ====================================
_____________________ ERROR collecting tests/test_main.py ______________________
ImportError while importing test module '/Users/asimami/experiments/BrainfoamKit/tests/test_main.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/local/Cellar/python@3.9/3.9.12_1/Frameworks/Python.framework/Versions/3.9/lib/python3.9/importlib/__init__.py:127: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
tests/test_main.py:5: in <module>
from BrainfoamKit import __main__
E ModuleNotFoundError: No module named 'BrainfoamKit'
=========================== short test summary info ============================
ERROR tests/test_main.py
!!!!!!!!!!!!!!!!!!!! Interrupted: 1 error during collection !!!!!!!!!!!!!!!!!!!!
=============================== 1 error in 0.22s ===============================
/Users/asimami/experiments/BrainfoamKit/.nox/tests-3-9/lib/python3.9/site-packages/coverage/inorout.py:517: CoverageWarning: Module BrainfoamKit was never imported. (module-not-imported)
self.warn(f"Module {pkg} was never imported.", slug="module-not-imported")
nox > Command coverage run --parallel -m pytest failed with exit code 2
nox > Session tests-3.9 failed.
nox > Running session tests-3.8
nox > Re-using existing virtual environment at .nox/tests-3-8.
nox > poetry build --format=wheel
nox > pip uninstall --yes file:///Users/asimami/experiments/BrainfoamKit/dist/BrainfoamKit-0.0.1-py3-none-any.whl
nox > python -m pip install --constraint=.nox/tests-3-8/tmp/requirements.txt file:///Users/asimami/experiments/BrainfoamKit/dist/BrainfoamKit-0.0.1-py3-none-any.whl
nox > python -m pip install --constraint=.nox/tests-3-8/tmp/requirements.txt 'coverage[toml]' pytest pygments
nox > coverage run --parallel -m pytest
============================= test session starts ==============================
platform darwin -- Python 3.8.13, pytest-6.2.5, py-1.11.0, pluggy-1.0.0
rootdir: /Users/asimami/experiments/BrainfoamKit
collected 0 items / 1 error
==================================== ERRORS ====================================
_____________________ ERROR collecting tests/test_main.py ______________________
ImportError while importing test module '/Users/asimami/experiments/BrainfoamKit/tests/test_main.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
../../.pyenv/versions/3.8.13/lib/python3.8/importlib/__init__.py:127: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
tests/test_main.py:5: in <module>
from BrainfoamKit import __main__
E ModuleNotFoundError: No module named 'BrainfoamKit'
=========================== short test summary info ============================
ERROR tests/test_main.py
!!!!!!!!!!!!!!!!!!!! Interrupted: 1 error during collection !!!!!!!!!!!!!!!!!!!!
=============================== 1 error in 0.22s ===============================
/Users/asimami/experiments/BrainfoamKit/.nox/tests-3-8/lib/python3.8/site-packages/coverage/inorout.py:517: CoverageWarning: Module BrainfoamKit was never imported. (module-not-imported)
self.warn(f"Module {pkg} was never imported.", slug="module-not-imported")
nox > Command coverage run --parallel -m pytest failed with exit code 2
nox > Session tests-3.8 failed.
nox > Running session tests-3.7
nox > Re-using existing virtual environment at .nox/tests-3-7.
nox > poetry build --format=wheel
nox > pip uninstall --yes file:///Users/asimami/experiments/BrainfoamKit/dist/BrainfoamKit-0.0.1-py3-none-any.whl
nox > python -m pip install --constraint=.nox/tests-3-7/tmp/requirements.txt file:///Users/asimami/experiments/BrainfoamKit/dist/BrainfoamKit-0.0.1-py3-none-any.whl
nox > python -m pip install --constraint=.nox/tests-3-7/tmp/requirements.txt 'coverage[toml]' pytest pygments
nox > coverage run --parallel -m pytest
============================= test session starts ==============================
platform darwin -- Python 3.7.13, pytest-6.2.5, py-1.11.0, pluggy-1.0.0
rootdir: /Users/asimami/experiments/BrainfoamKit
collected 0 items / 1 error
==================================== ERRORS ====================================
_____________________ ERROR collecting tests/test_main.py ______________________
ImportError while importing test module '/Users/asimami/experiments/BrainfoamKit/tests/test_main.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
../../.pyenv/versions/3.7.13/lib/python3.7/importlib/__init__.py:127: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
tests/test_main.py:5: in <module>
from BrainfoamKit import __main__
E ModuleNotFoundError: No module named 'BrainfoamKit'
=========================== short test summary info ============================
ERROR tests/test_main.py
!!!!!!!!!!!!!!!!!!!! Interrupted: 1 error during collection !!!!!!!!!!!!!!!!!!!!
=============================== 1 error in 0.21s ===============================
/Users/asimami/experiments/BrainfoamKit/.nox/tests-3-7/lib/python3.7/site-packages/coverage/inorout.py:517: CoverageWarning: Module BrainfoamKit was never imported. (module-not-imported)
self.warn(f"Module {pkg} was never imported.", slug="module-not-imported")
nox > Command coverage run --parallel -m pytest failed with exit code 2
nox > Session tests-3.7 failed.
nox > Running session typeguard-3.10
nox > Re-using existing virtual environment at .nox/typeguard-3-10.
nox > poetry build --format=wheel
nox > pip uninstall --yes file:///Users/asimami/experiments/BrainfoamKit/dist/BrainfoamKit-0.0.1-py3-none-any.whl
nox > python -m pip install --constraint=.nox/typeguard-3-10/tmp/requirements.txt file:///Users/asimami/experiments/BrainfoamKit/dist/BrainfoamKit-0.0.1-py3-none-any.whl
nox > python -m pip install --constraint=.nox/typeguard-3-10/tmp/requirements.txt pytest typeguard pygments
nox > pytest --typeguard-packages=BrainfoamKit
============================= test session starts ==============================
platform darwin -- Python 3.10.4, pytest-6.2.5, py-1.11.0, pluggy-1.0.0
rootdir: /Users/asimami/experiments/BrainfoamKit
plugins: typeguard-2.13.2
collected 0 items / 1 error
==================================== ERRORS ====================================
_____________________ ERROR collecting tests/test_main.py ______________________
ImportError while importing test module '/Users/asimami/experiments/BrainfoamKit/tests/test_main.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/local/Cellar/python@3.10/3.10.4/Frameworks/Python.framework/Versions/3.10/lib/python3.10/importlib/__init__.py:126: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
tests/test_main.py:5: in <module>
from BrainfoamKit import __main__
E ModuleNotFoundError: No module named 'BrainfoamKit'
=========================== short test summary info ============================
ERROR tests/test_main.py
!!!!!!!!!!!!!!!!!!!! Interrupted: 1 error during collection !!!!!!!!!!!!!!!!!!!!
=============================== 1 error in 0.13s ===============================
nox > Command pytest --typeguard-packages=BrainfoamKit failed with exit code 2
nox > Session typeguard-3.10 failed.
nox > Running session typeguard-3.9
nox > Re-using existing virtual environment at .nox/typeguard-3-9.
nox > poetry build --format=wheel
nox > pip uninstall --yes file:///Users/asimami/experiments/BrainfoamKit/dist/BrainfoamKit-0.0.1-py3-none-any.whl
nox > python -m pip install --constraint=.nox/typeguard-3-9/tmp/requirements.txt file:///Users/asimami/experiments/BrainfoamKit/dist/BrainfoamKit-0.0.1-py3-none-any.whl
nox > python -m pip install --constraint=.nox/typeguard-3-9/tmp/requirements.txt pytest typeguard pygments
nox > pytest --typeguard-packages=BrainfoamKit
============================= test session starts ==============================
platform darwin -- Python 3.9.12, pytest-6.2.5, py-1.11.0, pluggy-1.0.0
rootdir: /Users/asimami/experiments/BrainfoamKit
plugins: typeguard-2.13.2
collected 0 items / 1 error
==================================== ERRORS ====================================
_____________________ ERROR collecting tests/test_main.py ______________________
ImportError while importing test module '/Users/asimami/experiments/BrainfoamKit/tests/test_main.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/local/Cellar/python@3.9/3.9.12_1/Frameworks/Python.framework/Versions/3.9/lib/python3.9/importlib/__init__.py:127: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
tests/test_main.py:5: in <module>
from BrainfoamKit import __main__
E ModuleNotFoundError: No module named 'BrainfoamKit'
=========================== short test summary info ============================
ERROR tests/test_main.py
!!!!!!!!!!!!!!!!!!!! Interrupted: 1 error during collection !!!!!!!!!!!!!!!!!!!!
=============================== 1 error in 0.16s ===============================
nox > Command pytest --typeguard-packages=BrainfoamKit failed with exit code 2
nox > Session typeguard-3.9 failed.
nox > Running session typeguard-3.8
nox > Re-using existing virtual environment at .nox/typeguard-3-8.
nox > poetry build --format=wheel
nox > pip uninstall --yes file:///Users/asimami/experiments/BrainfoamKit/dist/BrainfoamKit-0.0.1-py3-none-any.whl
nox > python -m pip install --constraint=.nox/typeguard-3-8/tmp/requirements.txt file:///Users/asimami/experiments/BrainfoamKit/dist/BrainfoamKit-0.0.1-py3-none-any.whl
nox > python -m pip install --constraint=.nox/typeguard-3-8/tmp/requirements.txt pytest typeguard pygments
nox > pytest --typeguard-packages=BrainfoamKit
============================= test session starts ==============================
platform darwin -- Python 3.8.13, pytest-6.2.5, py-1.11.0, pluggy-1.0.0
rootdir: /Users/asimami/experiments/BrainfoamKit
plugins: typeguard-2.13.2
collected 0 items / 1 error
==================================== ERRORS ====================================
_____________________ ERROR collecting tests/test_main.py ______________________
ImportError while importing test module '/Users/asimami/experiments/BrainfoamKit/tests/test_main.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
../../.pyenv/versions/3.8.13/lib/python3.8/importlib/__init__.py:127: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
tests/test_main.py:5: in <module>
from BrainfoamKit import __main__
E ModuleNotFoundError: No module named 'BrainfoamKit'
=========================== short test summary info ============================
ERROR tests/test_main.py
!!!!!!!!!!!!!!!!!!!! Interrupted: 1 error during collection !!!!!!!!!!!!!!!!!!!!
=============================== 1 error in 0.16s ===============================
nox > Command pytest --typeguard-packages=BrainfoamKit failed with exit code 2
nox > Session typeguard-3.8 failed.
nox > Running session typeguard-3.7
nox > Re-using existing virtual environment at .nox/typeguard-3-7.
nox > poetry build --format=wheel
nox > pip uninstall --yes file:///Users/asimami/experiments/BrainfoamKit/dist/BrainfoamKit-0.0.1-py3-none-any.whl
nox > python -m pip install --constraint=.nox/typeguard-3-7/tmp/requirements.txt file:///Users/asimami/experiments/BrainfoamKit/dist/BrainfoamKit-0.0.1-py3-none-any.whl
nox > python -m pip install --constraint=.nox/typeguard-3-7/tmp/requirements.txt pytest typeguard pygments
nox > pytest --typeguard-packages=BrainfoamKit
============================= test session starts ==============================
platform darwin -- Python 3.7.13, pytest-6.2.5, py-1.11.0, pluggy-1.0.0
rootdir: /Users/asimami/experiments/BrainfoamKit
plugins: typeguard-2.13.2
collected 0 items / 1 error
==================================== ERRORS ====================================
_____________________ ERROR collecting tests/test_main.py ______________________
ImportError while importing test module '/Users/asimami/experiments/BrainfoamKit/tests/test_main.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
../../.pyenv/versions/3.7.13/lib/python3.7/importlib/__init__.py:127: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
tests/test_main.py:5: in <module>
from BrainfoamKit import __main__
E ModuleNotFoundError: No module named 'BrainfoamKit'
=========================== short test summary info ============================
ERROR tests/test_main.py
!!!!!!!!!!!!!!!!!!!! Interrupted: 1 error during collection !!!!!!!!!!!!!!!!!!!!
=============================== 1 error in 0.30s ===============================
nox > Command pytest --typeguard-packages=BrainfoamKit failed with exit code 2
nox > Session typeguard-3.7 failed.
nox > Running session xdoctest-3.10
nox > Re-using existing virtual environment at .nox/xdoctest-3-10.
nox > poetry build --format=wheel
nox > pip uninstall --yes file:///Users/asimami/experiments/BrainfoamKit/dist/BrainfoamKit-0.0.1-py3-none-any.whl
nox > python -m pip install --constraint=.nox/xdoctest-3-10/tmp/requirements.txt file:///Users/asimami/experiments/BrainfoamKit/dist/BrainfoamKit-0.0.1-py3-none-any.whl
nox > python -m pip install --constraint=.nox/xdoctest-3-10/tmp/requirements.txt 'xdoctest[colors]'
nox > python -m xdoctest --modname=BrainfoamKit --command=all
=====================================
_ _ ___ ____ ____ ___ ____ ____ ___
\/ | \ | | | | |___ [__ |
_/\_ |__/ |__| |___ | |___ ___] |
=====================================
Start doctest_module('/Users/asimami/experiments/BrainfoamKit/.nox/xdoctest-3-10/lib/python3.10/site-packages/BrainfoamKit')
Listing tests
gathering tests
running 0 test(s)
============
=== in 0.00 seconds ===
nox > Session xdoctest-3.10 was successful.
nox > Running session xdoctest-3.9
nox > Re-using existing virtual environment at .nox/xdoctest-3-9.
nox > poetry build --format=wheel
nox > pip uninstall --yes file:///Users/asimami/experiments/BrainfoamKit/dist/BrainfoamKit-0.0.1-py3-none-any.whl
nox > python -m pip install --constraint=.nox/xdoctest-3-9/tmp/requirements.txt file:///Users/asimami/experiments/BrainfoamKit/dist/BrainfoamKit-0.0.1-py3-none-any.whl
nox > python -m pip install --constraint=.nox/xdoctest-3-9/tmp/requirements.txt 'xdoctest[colors]'
nox > python -m xdoctest --modname=BrainfoamKit --command=all
=====================================
_ _ ___ ____ ____ ___ ____ ____ ___
\/ | \ | | | | |___ [__ |
_/\_ |__/ |__| |___ | |___ ___] |
=====================================
Start doctest_module('/Users/asimami/experiments/BrainfoamKit/.nox/xdoctest-3-9/lib/python3.9/site-packages/BrainfoamKit')
Listing tests
gathering tests
running 0 test(s)
============
=== in 0.00 seconds ===
nox > Session xdoctest-3.9 was successful.
nox > Running session xdoctest-3.8
nox > Re-using existing virtual environment at .nox/xdoctest-3-8.
nox > poetry build --format=wheel
nox > pip uninstall --yes file:///Users/asimami/experiments/BrainfoamKit/dist/BrainfoamKit-0.0.1-py3-none-any.whl
nox > python -m pip install --constraint=.nox/xdoctest-3-8/tmp/requirements.txt file:///Users/asimami/experiments/BrainfoamKit/dist/BrainfoamKit-0.0.1-py3-none-any.whl
nox > python -m pip install --constraint=.nox/xdoctest-3-8/tmp/requirements.txt 'xdoctest[colors]'
nox > python -m xdoctest --modname=BrainfoamKit --command=all
=====================================
_ _ ___ ____ ____ ___ ____ ____ ___
\/ | \ | | | | |___ [__ |
_/\_ |__/ |__| |___ | |___ ___] |
=====================================
Start doctest_module('/Users/asimami/experiments/BrainfoamKit/.nox/xdoctest-3-8/lib/python3.8/site-packages/BrainfoamKit')
Listing tests
gathering tests
running 0 test(s)
============
=== in 0.00 seconds ===
nox > Session xdoctest-3.8 was successful.
nox > Running session xdoctest-3.7
nox > Re-using existing virtual environment at .nox/xdoctest-3-7.
nox > poetry build --format=wheel
nox > pip uninstall --yes file:///Users/asimami/experiments/BrainfoamKit/dist/BrainfoamKit-0.0.1-py3-none-any.whl
nox > python -m pip install --constraint=.nox/xdoctest-3-7/tmp/requirements.txt file:///Users/asimami/experiments/BrainfoamKit/dist/BrainfoamKit-0.0.1-py3-none-any.whl
nox > python -m pip install --constraint=.nox/xdoctest-3-7/tmp/requirements.txt 'xdoctest[colors]'
nox > python -m xdoctest --modname=BrainfoamKit --command=all
=====================================
_ _ ___ ____ ____ ___ ____ ____ ___
\/ | \ | | | | |___ [__ |
_/\_ |__/ |__| |___ | |___ ___] |
=====================================
Start doctest_module('/Users/asimami/experiments/BrainfoamKit/.nox/xdoctest-3-7/lib/python3.7/site-packages/BrainfoamKit')
Listing tests
gathering tests
running 0 test(s)
============
=== in 0.00 seconds ===
nox > Session xdoctest-3.7 was successful.
nox > Running session docs-build
nox > Re-using existing virtual environment at .nox/docs-build.
nox > poetry build --format=wheel
nox > pip uninstall --yes file:///Users/asimami/experiments/BrainfoamKit/dist/BrainfoamKit-0.0.1-py3-none-any.whl
nox > python -m pip install --constraint=.nox/docs-build/tmp/requirements.txt file:///Users/asimami/experiments/BrainfoamKit/dist/BrainfoamKit-0.0.1-py3-none-any.whl
nox > python -m pip install --constraint=.nox/docs-build/tmp/requirements.txt sphinx sphinx-click furo
nox > sphinx-build docs docs/_build
Running Sphinx v4.3.0
making output directory... done
building [mo]: targets for 0 po files that are out of date
building [html]: targets for 6 source files that are out of date
updating environment: [new config] 6 added, 0 changed, 0 removed
reading sources... [ 16%] codeofconduct
reading sources... [ 33%] contributing
reading sources... [ 50%] index
reading sources... [ 66%] license
reading sources... [ 83%] reference
reading sources... [100%] usage
WARNING: autodoc: failed to import module 'BrainfoamKit'; the following exception was raised:
No module named 'BrainfoamKit'
/Users/asimami/experiments/BrainfoamKit/docs/usage.rst:4: WARNING: Failed to import "main" from "BrainfoamKit.__main__". The following exception was raised:
Traceback (most recent call last):
File "/Users/asimami/experiments/BrainfoamKit/.nox/docs-build/lib/python3.10/site-packages/sphinx_click/ext.py", line 385, in _load_module
mod = __import__(module_name, globals(), locals(), [attr_name])
ModuleNotFoundError: No module named 'BrainfoamKit'
looking for now-outdated files... none found
pickling environment... done
checking consistency... done
preparing documents... done
writing output... [ 16%] codeofconduct
writing output... [ 33%] contributing
writing output... [ 50%] index
writing output... [ 66%] license
writing output... [ 83%] reference
writing output... [100%] usage
generating indices... genindex done
writing additional pages... search done
copying static files... done
copying extra files... done
dumping search index in English (code: en)... done
dumping object inventory... done
build succeeded, 2 warnings.
The HTML pages are in docs/_build.
nox > Session docs-build was successful.
nox > Running session coverage
nox > Re-using existing virtual environment at .nox/coverage.
nox > python -m pip install --constraint=.nox/coverage/tmp/requirements.txt 'coverage[toml]'
nox > coverage combine
Combined data file .coverage.IAmGroot.55384.405872
Combined data file .coverage.IAmGroot.55488.517712
Combined data file .coverage.IAmGroot.55443.618405
Combined data file .coverage.IAmGroot.55540.127471
nox > coverage report
Name Stmts Miss Branch BrPart Cover Missing
----------------------------------------------------------------
tests/__init__.py 0 0 0 0 100%
tests/test_main.py 9 6 0 0 33% 8-17
----------------------------------------------------------------
TOTAL 9 6 0 0 33%
Coverage failure: total of 33 is less than fail-under=100
nox > Command coverage report failed with exit code 2
nox > Session coverage failed.
nox > Ran multiple sessions:
nox > * pre-commit: success
nox > * safety: success
nox > * mypy-3.10: success
nox > * mypy-3.9: success
nox > * mypy-3.8: success
nox > * mypy-3.7: success
nox > * tests-3.10: failed
nox > * tests-3.9: failed
nox > * tests-3.8: failed
nox > * tests-3.7: failed
nox > * typeguard-3.10: failed
nox > * typeguard-3.9: failed
nox > * typeguard-3.8: failed
nox > * typeguard-3.7: failed
nox > * xdoctest-3.10: success
nox > * xdoctest-3.9: success
nox > * xdoctest-3.8: success
nox > * xdoctest-3.7: success
nox > * docs-build: success
nox > * coverage: failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment