Elliott Sales de Andrade

Results 144 issues of Elliott Sales de Andrade

Function test.support.test_unittest() has been removed: https://github.com/python/cpython/commit/fc9a5ef1a8894b2c61dbc762be6a8bf90906b621 ``` + /usr/bin/python3 test_heap.py Traceback (most recent call last): File "/builddir/build/BUILD/HeapDict-1.0.1/test_heap.py", line 121, in test_main(verbose=True) File "/builddir/build/BUILD/HeapDict-1.0.1/test_heap.py", line 107, in test_main test_support.run_unittest(*test_classes) ^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError:...

The `all_parsers` fixture has this check, but some of the other fixtures were missing it. - [n/a] closes #xxxx (Replace xxxx with the GitHub issue number) - [x] [Tests added...

Testing
Arrow

**Describe the issue**: I'm not sure if this is a big-endian problem, or some other thing; I'm not really sure what the test is about. ```pytb ________________________ test_with_spec_integer_method _________________________ [gw2]...

needs attention
needs triage

The new behavior in pyarrow only occurs with Pandas 2.0 as well. As noted in the upstream issue https://github.com/apache/arrow/issues/33321 - [n/a] Closes #xxxx - [x] Tests added / passed -...

dataframe
io

Running with 1.24.1 and `NPY_PROMOTION_STATE=weak_and_warn`, I think we may be introducing an unintentional copy here? ``` __________ test_norm_update_figs[png] __________ ext = 'png', request = , args = (), kwargs =...

topic: images

## PR summary This adds stylistic linting and schema validation to all YAML files that we use. This will prevent errors like #27642 and #27694 before merging. Because these files...

CI: Run cibuildwheel
CI: Run cygwin
CI: testing

## PR summary Because the default is Base64-encoded frames of PNGs, this should save a substantial amount of space in the resulting docs. We may want to increase the bitrate...

status: waiting for other PR
Documentation: build

## PR summary This checks `NSScreen::mainScreen` similar to checking `$DISPLAY`/`$WAYLAND_DISPLAY` on Linux. Fixes #26292 ## PR checklist - [x] "closes #0000" is in the body of the PR description to...

OS: Apple

## PR summary Just added in beta today: https://github.blog/changelog/2024-01-30-github-actions-introducing-the-new-m1-macos-runner-available-to-open-source/ Need to see which of the optional dependencies are okay with this. ## PR checklist - [n/a] "closes #0000" is in...

OS: Apple
CI: testing

This removes the need to manually install them system- or user-wide. ~~This depends on my other PRs, so will be in draft until they're merged.~~