Results 130 issues of Ned Batchelder

I'm trying to speed up coverage.py using new support available in the latest 3.14 alphas. I'd love to use py-spy to squeeze the most performance I can. But: `Unsupported version...

Coverage.py runs tests against the Python nightly builds. They succeed with virtualenv==20.28.1, but fail to install on free-threaded Python with virtualenv==20.29.1. [Nightly tests with 20.28.1](https://github.com/nedbat/coveragepy/actions/runs/12853598849) using commit [f3f4730](https://github.com/nedbat/coveragepy/commit/f3f4730e69c21144ca66502471849274ecc490bb) succeeds. [Nightly...

bug

(copied from https://github.com/tox-dev/tox/issues/3472) ## Issue Running tox in https://github.com/nedbat/django_coverage_plugin results in "Too many open files" errors from inside tox, virtualenv, etc. ## Environment Provide at least: - OS: Mac OS...

bug

Coverage.py needs subprocesses to end cleanly so that all the measured data will be written out. With multiprocessing, this works to make the workers end correctly: ```python def test_foo(): with...

The `` element can have a `srcset=` attribute with links that should be checked. https://developer.mozilla.org/en-US/docs/Web/HTML/Element/source#srcset

I love that eza uses natord to sort numbers in file names intuitively. But this isn't mentioned in the docs or man page (unless I missed something). There also doesn't...

errors

Since commit 8b9cecc43a8f2491b3d63f549cc3809a9f2b2b24, the logging in sysmon.py causes a deadlock during the test_stdlib test: ``` % rm -f /tmp/foo.out; COVERAGE_SYSMON_LOG=1 tox -q -e py314 -- -n 0 -vvv Skipping tests...

bug

*Originally reported by* **Anonymous** ---------------------------------------- This is a feature request rather than an actual issue. I apologize if this is not the apropirate forum for this. I was wondering if...

enhancement
html

I think this meant: document that you can use `linguist-generated=true` (https://docs.github.com/en/repositories/working-with-files/managing-files/customizing-how-changed-files-appear-on-github) to exclude generated files from diffs in your projects.

**Describe the bug** Pull request #822 created a nice-looking docs site. But coming to this repo, I see links to the now almost-empty old docs: https://testcontainers-python.readthedocs.io/en/latest/ Shouldn't we be sending...