You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
==================================== ERRORS ====================================
_______________ ERROR collecting momepy/tests/test_continuity.py _______________
ImportError while importing test module '/build/source/momepy/tests/test_continuity.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/nix/store/pzdalg368npikvpq4ncz2saxnz19v53k-python3-3.13.12/lib/python3.13/importlib/init.py:88: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
momepy/tests/test_continuity.py:2: in <module>
import neatnet
E ModuleNotFoundError: No module named 'neatnet'
=========================== short test summary info ============================
ERROR momepy/tests/test_continuity.py
!!!!!!!!!!!!!!!!!!!! Interrupted: 1 error during collection !!!!!!!!!!!!!!!!!!!!
=============================== 1 error in 2.02s ===============================
python313Packages.odc-loader
if proxy_auth_hdr in headers:
tunnel_headers[proxy_auth_hdr] = headers[proxy_auth_hdr]
# Proxy-Authorization should not be sent to origin
# server.
del headers[proxy_auth_hdr]
h.set_tunnel(req._tunnel_host, headers=tunnel_headers)
> raise URLError(err)
E urllib.error.URLError: <urlopen error [Errno -3] Temporary failure in name resolution>
/nix/store/pzdalg368npikvpq4ncz2saxnz19v53k-python3-3.13.12/lib/python3.13/urllib/request.py:1322: URLError
=========================== short test summary info ============================
ERROR src/odc/loader/test_memreader.py::test_memreader_aux[None] - urllib.error.URLError: <urlopen error [Errno -3] Temporary failure in name ...
ERROR src/odc/loader/test_memreader.py::test_memreader_aux[chunks1] - urllib.error.URLError: <urlopen error [Errno -3] Temporary failure in name ...
================= 130 passed, 2 deselected, 2 errors in 2.64s ==================
python313Packages.opensfm
> m.capture_time.value = np.random.rand(1)
^^^^^^^^^^^^^^^^^^^^
E TypeError: (): incompatible function arguments. The following argument types are supported:
E 1. (arg0: opensfm.pymap.ShotMeasurementDouble, arg1: typing.SupportsFloat) -> None
E
E Invoked with: <opensfm.pymap.ShotMeasurementDouble object at 0x7fff4d213370>, array([ 0.12615444])
opensfm/test/test_datastructures.py:359: TypeError
=========================== short test summary info ============================
FAILED opensfm/test/test_datastructures.py::test_camera_iterators - TypeError: (): incompatible function arguments. The following argument type...
FAILED opensfm/test/test_datastructures.py::test_shot_measurement_setter_and_getter - TypeError: (): incompatible function arguments. The following argument type...
FAILED opensfm/test/test_datastructures.py::test_shot_measurement_set - TypeError: (): incompatible function arguments. The following argument type...
FAILED opensfm/test/test_datastructures.py::test_add_shot_from_shot_correct_value - TypeError: (): incompatible function arguments. The following argument type...
FAILED opensfm/test/test_datastructures.py::test_shot_metadata_different - TypeError: (): incompatible function arguments. The following argument type...
FAILED opensfm/test/test_datastructures.py::test_shot_metadata_assign_equal - TypeError: (): incompatible function arguments. The following argument type...
FAILED opensfm/test/test_datastructures.py::test_add_pano_shot_from_shot_correct_value - TypeError: (): incompatible function arguments. The following argument type...
FAILED opensfm/test/test_datastructures.py::test_many_observations_delete - TypeError: only 0-dimensional arrays can be converted to Python scalars
FAILED opensfm/test/test_datastructures.py::test_clean_landmarks_with_min_observations - TypeError: only 0-dimensional arrays can be converted to Python scalars
FAILED opensfm/test/test_datastructures.py::test_rec_deepcopy - TypeError: (): incompatible function arguments. The following argument type...
================ 10 failed, 239 passed, 2 deselected in 50.62s =================
python313Packages.pandera
tests/strategies/test_strategies.py: 60 warnings
/build/source/pandera/strategies/pandas_strategies.py:759: HypothesisWarning: bool(from_dtype(dtype('int64'), allow_nan=False, allow_infinity=False)) is always True, did you mean to draw a value?
if strategy:
tests/strategies/test_strategies.py: 840 warnings
/build/source/tests/strategies/test_strategies.py:759: FutureWarning: The behavior of DataFrame.sum with axis=None is deprecated, in a future version this will reduce over both axes and return a scalar. To retain the old behavior, pass axis=0 (or do not pass axis)
assert example.isna().sum(axis=None).item() >= 0
tests/strategies/test_strategies.py: 767 warnings
/build/source/tests/strategies/test_strategies.py:900: FutureWarning: DataFrame.applymap has been deprecated. Use DataFrame.map instead.
return pandas_obj.applymap(lambda x: min_val <= x <= max_val)
-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
=========================== short test summary info ============================
FAILED tests/io/test_pandas_io.py::test_frictionless_schema_parses_correctly[frictionless_schema0] - ImportError: Frictionless schema parsing requires 'frictionless' to be installed. Please install 'frictionless' to use this feature.
FAILED tests/io/test_pandas_io.py::test_frictionless_schema_parses_correctly[frictionless_schema1] - ImportError: Frictionless schema parsing requires 'frictionless' to be installed. Please install 'frictionless' to use this feature.
FAILED tests/io/test_pandas_io.py::test_frictionless_schema_primary_key[frictionless_schema0] - ImportError: Frictionless schema parsing requires 'frictionless' to be installed. Please install 'frictionless' to use this feature.
FAILED tests/io/test_pandas_io.py::test_frictionless_schema_primary_key[frictionless_schema1] - ImportError: Frictionless schema parsing requires 'frictionless' to be installed. Please install 'frictionless' to use this feature.
FAILED tests/io/test_pandas_io.py::test_frictionless_schema_with_description_and_title[frictionless_schema0] - ImportError: Frictionless schema parsing requires 'frictionless' to be installed. Please install 'frictionless' to use this feature.
= 5 failed, 4088 passed, 4 skipped, 22 deselected, 29 xfailed, 8402 warnings in 288.25s (0:04:48) =
==================================== ERRORS ====================================
_______________ ERROR collecting momepy/tests/test_continuity.py _______________
ImportError while importing test module '/build/source/momepy/tests/test_continuity.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/nix/store/qr0wqh2damb6asnyz4jkx61id5yg3qh2-python3-3.14.3/lib/python3.14/importlib/init.py:88: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
momepy/tests/test_continuity.py:2: in <module>
import neatnet
E ModuleNotFoundError: No module named 'neatnet'
=========================== short test summary info ============================
ERROR momepy/tests/test_continuity.py
!!!!!!!!!!!!!!!!!!!! Interrupted: 1 error during collection !!!!!!!!!!!!!!!!!!!!
=============================== 1 error in 1.77s ===============================
python314Packages.odc-loader
if proxy_auth_hdr in headers:
tunnel_headers[proxy_auth_hdr] = headers[proxy_auth_hdr]
# Proxy-Authorization should not be sent to origin
# server.
del headers[proxy_auth_hdr]
h.set_tunnel(req._tunnel_host, headers=tunnel_headers)
> raise URLError(err)
E urllib.error.URLError: <urlopen error [Errno -3] Temporary failure in name resolution>
/nix/store/qr0wqh2damb6asnyz4jkx61id5yg3qh2-python3-3.14.3/lib/python3.14/urllib/request.py:1324: URLError
=========================== short test summary info ============================
ERROR src/odc/loader/test_memreader.py::test_memreader_aux[None] - urllib.error.URLError: <urlopen error [Errno -3] Temporary failure in name ...
ERROR src/odc/loader/test_memreader.py::test_memreader_aux[chunks1] - urllib.error.URLError: <urlopen error [Errno -3] Temporary failure in name ...
================= 130 passed, 2 deselected, 2 errors in 2.34s ==================
python314Packages.opensfm
# The reconstruction has ref count = 2
count = sys.getrefcount(rec)
> assert count == 2
E assert 1 == 2
opensfm/test/test_types.py:264: AssertionError
=========================== short test summary info ============================
FAILED opensfm/test/test_datastructures.py::test_camera_iterators - TypeError: (): incompatible function arguments. The following argument type...
FAILED opensfm/test/test_datastructures.py::test_shot_measurement_setter_and_getter - TypeError: (): incompatible function arguments. The following argument type...
FAILED opensfm/test/test_datastructures.py::test_shot_measurement_set - TypeError: (): incompatible function arguments. The following argument type...
FAILED opensfm/test/test_datastructures.py::test_add_shot_from_shot_correct_value - TypeError: (): incompatible function arguments. The following argument type...
FAILED opensfm/test/test_datastructures.py::test_shot_metadata_different - TypeError: (): incompatible function arguments. The following argument type...
FAILED opensfm/test/test_datastructures.py::test_shot_metadata_assign_equal - TypeError: (): incompatible function arguments. The following argument type...
FAILED opensfm/test/test_datastructures.py::test_add_pano_shot_from_shot_correct_value - TypeError: (): incompatible function arguments. The following argument type...
FAILED opensfm/test/test_datastructures.py::test_many_observations_delete - TypeError: only 0-dimensional arrays can be converted to Python scalars
FAILED opensfm/test/test_datastructures.py::test_clean_landmarks_with_min_observations - TypeError: only 0-dimensional arrays can be converted to Python scalars
FAILED opensfm/test/test_datastructures.py::test_rec_deepcopy - TypeError: (): incompatible function arguments. The following argument type...
FAILED opensfm/test/test_types.py::test_shot_view_ref_count - assert 1 == 2
================ 11 failed, 238 passed, 2 deselected in 44.83s =================
python314Packages.pandera
tests/strategies/test_strategies.py: 60 warnings
/build/source/pandera/strategies/pandas_strategies.py:759: HypothesisWarning: bool(from_dtype(dtype('int64'), allow_nan=False, allow_infinity=False)) is always True, did you mean to draw a value?
if strategy:
tests/strategies/test_strategies.py: 840 warnings
/build/source/tests/strategies/test_strategies.py:759: FutureWarning: The behavior of DataFrame.sum with axis=None is deprecated, in a future version this will reduce over both axes and return a scalar. To retain the old behavior, pass axis=0 (or do not pass axis)
assert example.isna().sum(axis=None).item() >= 0
tests/strategies/test_strategies.py: 767 warnings
/build/source/tests/strategies/test_strategies.py:900: FutureWarning: DataFrame.applymap has been deprecated. Use DataFrame.map instead.
return pandas_obj.applymap(lambda x: min_val <= x <= max_val)
-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
=========================== short test summary info ============================
FAILED tests/io/test_pandas_io.py::test_frictionless_schema_parses_correctly[frictionless_schema0] - ImportError: Frictionless schema parsing requires 'frictionless' to be installed. Please install 'frictionless' to use this feature.
FAILED tests/io/test_pandas_io.py::test_frictionless_schema_parses_correctly[frictionless_schema1] - ImportError: Frictionless schema parsing requires 'frictionless' to be installed. Please install 'frictionless' to use this feature.
FAILED tests/io/test_pandas_io.py::test_frictionless_schema_primary_key[frictionless_schema0] - ImportError: Frictionless schema parsing requires 'frictionless' to be installed. Please install 'frictionless' to use this feature.
FAILED tests/io/test_pandas_io.py::test_frictionless_schema_primary_key[frictionless_schema1] - ImportError: Frictionless schema parsing requires 'frictionless' to be installed. Please install 'frictionless' to use this feature.
FAILED tests/io/test_pandas_io.py::test_frictionless_schema_with_description_and_title[frictionless_schema0] - ImportError: Frictionless schema parsing requires 'frictionless' to be installed. Please install 'frictionless' to use this feature.
= 5 failed, 4088 passed, 4 skipped, 22 deselected, 29 xfailed, 8400 warnings in 326.80s (0:05:26) =
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
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Things done
Fix build when proj will be update to 9.8.0 (see #498606)
passthru.tests.nixpkgs-reviewon this PR. See nixpkgs-review usage../result/bin/.