[Bug 273016] databases/py-ormar: Update to 0.12.2

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 08 Aug 2023 18:55:29 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273016

Robert Clausecker <fuz@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|New                         |Open
           Assignee|ports-bugs@FreeBSD.org      |fuz@FreeBSD.org

--- Comment #4 from Robert Clausecker <fuz@FreeBSD.org> ---
Understandable.  As for tests, the test suite immediately fails when testing on
arm64 FreeBSD 13.2 system:

cd /usr/home/ports/main.ports/databases/py-ormar/work-py39/ormar-0.12.2 &&
/usr/bin/env
PYTHONPATH=/usr/home/ports/main.ports/databases/py-ormar/work-py39/ormar-0.12.2/src
/usr/local/bin/python3.9 -m pytest -k '' -rs -v -o addopts= 
================================================================================================
test session starts
================================================================================================
platform freebsd13 -- Python 3.9.17, pytest-7.3.1, pluggy-1.0.0 --
/usr/local/bin/python3.9
cachedir: .pytest_cache
benchmark: 4.0.0 (defaults: timer=time.perf_counter disable_gc=False
min_rounds=5 min_time=0.000005 max_time=1.0 calibration_precision=10
warmup=False warmup_iterations=100000)
rootdir: /usr/home/ports/main.ports/databases/py-ormar/work-py39/ormar-0.12.2
plugins: respx-0.20.1, asyncio-0.21.0, cov-2.9.0, anyio-3.7.0, benchmark-4.0.0
asyncio: mode=strict
collected 0 items / 1 error                                                     

======================================================================================================
ERRORS
=======================================================================================================
___________________________________________________________________________________________
ERROR collecting test session
___________________________________________________________________________________________
/usr/local/lib/python3.9/importlib/__init__.py:127: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
<frozen importlib._bootstrap>:1030: in _gcd_import
    ???
<frozen importlib._bootstrap>:1007: in _find_and_load
    ???
<frozen importlib._bootstrap>:986: in _find_and_load_unlocked
    ???
<frozen importlib._bootstrap>:680: in _load_unlocked
    ???
/usr/local/lib/python3.9/site-packages/_pytest/assertion/rewrite.py:172: in
exec_module
    exec(co, module.__dict__)
benchmarks/conftest.py:12: in <module>
    import ormar
ormar/__init__.py:90: in <module>
    __version__ = version("ormar")
/usr/local/lib/python3.9/importlib/metadata.py:569: in version
    return distribution(distribution_name).version
/usr/local/lib/python3.9/importlib/metadata.py:542: in distribution
    return Distribution.from_name(distribution_name)
/usr/local/lib/python3.9/importlib/metadata.py:196: in from_name
    raise PackageNotFoundError(name)
E   importlib.metadata.PackageNotFoundError: ormar
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Interrupted: 1 error during collection
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
=================================================================================================
1 error in 1.14s
==================================================================================================
*** Error code 2

Stop.
make: stopped in /usr/home/ports/main.ports/databases/py-ormar

-- 
You are receiving this mail because:
You are the assignee for the bug.