danigm
danigm
This patch adds the new arguments to the types.CodeType class constructor in the clonefunc function. See https://github.com/ionelmc/pytest-benchmark/issues/231
After this commit the order of parameters for templating._render has changed: https://github.com/pallets/flask/commit/82c2e0366ce6b74a3786a64631ce58b85b3a7d4e This patch uses the new order.
# Summary `test_contexts` fails with the latest release of `coverage == 6.5.0`. ## Versions A tox run is visible in my fork: https://github.com/danigm/pytest-cov/actions/runs/3563407946/jobs/5986157416 This is the output: ```python =================================== FAILURES...
Python 2 went EOL on 1/1/2020 and we receive no more support from the Python Core Team after Python 2.7.18 even for known security issues.
With the new testing framework it's possible to create `FakePkg` with metadata and files, so it's possible to replace binary rpm that are used just for testing simple functionality. This...
Create common fake packages to reuse in different tests, for example `test/mocks/packages.py` and there we can have the fake packages defined like config_files, bad_crc_uncompressed, python3_icecream_leftovers, etc. So in tests we...
With `numpy 1.24` some tests are failing when mixing scalar with arrays: ``` FAILED blackbird_python/blackbird/tests/test_auxiliary.py::TestExpressionArray::test_plus_scalar_array[n10] - ValueError: setting an array element with a sequence. The requested array has an inhomogeneous...
This patch uses build.project_wheel_metadata to extract more metadata when it's not using setuptools and the metaextract package is not useful. This patch also includes some support for detecting scripts and...
Fix https://github.com/dealertrack/django-rest-framework-braces/issues/35