Petr Vaněk

Results 38 issues of Petr Vaněk

I tried to run tests on current `main` and following tests fail for me: ``` ERROR tests/test_command_line.py::test_cmake_initial_cache_as_global_option - FileNotFoundError: [Errno 2] No such file or directory: b'/var/tmp/portage/dev-python/scikit-build-9999/temp/pytest-of-portage/pytest-22' ERROR tests/test_setup.py::test_distribution_is_pure[unknown] -...

I tried to test nh3-0.2.17 with Python 3.13.0b2 and the test suit is aborted with following output: ``` python3.13 -m pytest -vv -ra -l -Wdefault -Werror::pytest.PytestUnhandledCoroutineWarning --color=yes -o console_output_style=count -o...

The newbyteorder has been removed in Numpy 2.0 [1]. Its usages are replaced with respect to migration guide. [1] https://numpy.org/devdocs/numpy_2_0_migration_guide.html#ndarray-and-scalar-methods Fixes: #8332

python

I tried to run tests with Numpy-2.0.0-rc2 and they fail with following errors: ``` * python3_10: running distutils-r1_run_phase python_test ====================================================================== ERROR: test_create_numpy_vector_bool (__main__.TestByteLayout) ---------------------------------------------------------------------- Traceback (most recent call last): File...

**Describe the bug** I am creating a Redis 8.0.0 Gentoo package but the test suit fails with following error: ``` *** [err]: Active defrag for argv retained by the main...

I noticed typo while I was going through the guide, the function declaration was blended to the comment.

To provide more flexibility for URI binding in the context, I added a new method `ShouldBindUriWith` that allows users to specify a custom binding engine for URI binding operations.

Several includes are missing based on linux man pages: - strings.h for `strcasecmp` - alloca.h for `alloca` - stdio.h for `fileno` The compilation with GCC 15 fails without those with...