Robert Scott

Results 72 issues of Robert Scott

0.9.28 was released over 2 years ago and there's clearly been refinement going on since then, but distributions are stuck on this old release unsure what the status of CVE-2017-12966...

## Summary * OS: macos 10.15 * Architecture: x86_64 * Psutil version: 3.8.0 * Python version: 3.8 Built against macos 10.12 SDK ## Description ``` $ python Python 3.8.12 (default,...

bug
critical
macos

Hi, In the Nix package for seaborn, we're noticing that 4 tests are narrowly failing on aarch64 machines: `TestDendrogram.test_ndarray_input`, `TestDendrogram.test_df_input`, `TestDendrogram.test_axis0_input` & `TestDendrogram.test_linkage_scipy`. The tests pass with a near-identical setup...

testing
mod:matrix

It makes packagers' lives a lot easier. Alternatively, please include the tests in the pypi source release, to allow users to check the correct operation of the installation.

bug
invalid

The `distutils` bundled with setuptools >= 62.1.0 changes its platform specifier format in paths (https://github.com/pypa/setuptools/pull/3258/files#diff-769cc4d175b0f8a3dbcfdb24c7d29e8a468ab6931abecf54c868cb4d5d28e9a1). This causes the tests to fail without this modification. Also allow the older style for...

python

Personally, I almost never want to push a store path that's >1GiB. Most of these end up being massive nonfree binaries that have just been downloaded. Accidentally pushing up copies...

enhancement

Hi, It seems as though these tests assume a timezone of UTC-5, resulting in e.g.: ``` ====================================================================== FAIL: test_accessed_time (tests.test_sftp.SFTPStorageTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/nix/store/6v602p5l3c05iiq7jx8y0rjwiv2n8hhj-python3-3.9.13/lib/python3.9/unittest/mock.py", line 1336,...

Please add tags for release commits. It's extremely useful to be able to do e.g. https://github.com/jmschrei/pomegranate/compare/0.13.5...0.14.8

It doesn't look like there has been a tag for a release revision since 2019. Without these, figuring out the exact source corresponding the the version you're running is painful.

In preparing the NixOS package for 3.9.1, we noticed the `test_fail` test failed. This is when run against paste 3.5.0 on x86_64 linux with python 3.8 or 3.9. ``` __________________________________...

bug