Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | Consolidate fixture for capturing logs. Removes LoggingSilencer. | Jason R. Coombs | 2022-10-04 | 25 | -119/+71 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Expand 'logs' fixture to support features needed by LoggingSilencer. | Jason R. Coombs | 2022-10-04 | 3 | -14/+36 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Extract fixture for capturing logs in _util modules. | Jason R. Coombs | 2022-10-04 | 3 | -34/+29 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Use monkeypatch to set log and threshold. | Jason R. Coombs | 2022-10-04 | 1 | -10/+3 | |
| | | | | | | | | | ||||||
| * | | | | | | | | No need to save 'threshold' on the instance. | Jason R. Coombs | 2022-10-04 | 1 | -2/+2 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Prefer relative imports for better portability. | Jason R. Coombs | 2022-10-04 | 40 | -153/+153 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Remove readme | Jason R. Coombs | 2022-10-04 | 1 | -11/+0 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Prefer partition for splitting a string. | Jason R. Coombs | 2022-10-04 | 1 | -1/+1 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Remove docstring in distutils | Jason R. Coombs | 2022-10-04 | 1 | -10/+0 | |
| | | | | | | | | | ||||||
* | | | | | | | | | Skip an additional test under xdist. Ref pypa/distutils#183. Expanded ↵ | Jason R. Coombs | 2022-11-13 | 1 | -4/+8 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | workaround for pytest-dev/pytest-xdist#843. | |||||
* | | | | | | | | | Skip test under xdist as it fails after migrating to Python logging. Ref ↵ | Jason R. Coombs | 2022-11-13 | 1 | -0/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | pypa/distutils#183. Workaround for pytest/pytest-xdist#843. | |||||
* | | | | | | | | | ⚫ Fade to black. | Jason R. Coombs | 2022-11-13 | 1 | -6/+10 | |
| | | | | | | | | | ||||||
* | | | | | | | | | Fix typo in docs/userguide/development_mode (#3664) | Anderson Bravalheri | 2022-11-11 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Minor stylistic change | Anderson Bravalheri | 2022-11-11 | 1 | -1/+2 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | Fix typo in docs/userguide/development_mode.rst | shripadbadithe | 2022-11-06 | 1 | -2/+1 | |
| | | | | | | | | | | ||||||
* | | | | | | | | | | Report coverage from Cygwin jobs (#3642) | Anderson Bravalheri | 2022-11-11 | 1 | -0/+26 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Minor stylistic change | Anderson Bravalheri | 2022-11-11 | 1 | -15/+6 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | Use an absolute path for codecov uploads | Sviatoslav Sydorenko | 2022-10-20 | 1 | -1/+2 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | Explicitly point Codecov at `coverage.xml` | Sviatoslav Sydorenko | 2022-10-20 | 1 | -0/+1 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | Report coverage from Cygwin jobs | Sviatoslav Sydorenko | 2022-10-20 | 1 | -0/+33 | |
| | |_|/ / / / / / / | |/| | | | | | | | | ||||||
* | | | | | | | | | | Upload accurate coverage flags from unit tests job (#3641) | Anderson Bravalheri | 2022-11-11 | 1 | -2/+6 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Minor stylistic change | Anderson Bravalheri | 2022-11-11 | 1 | -9/+3 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | Use job id as a coverage flag | Sviatoslav Sydorenko | 2022-10-20 | 1 | -1/+1 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | Upload accurate coverage flags from unit tests job | Sviatoslav Sydorenko | 2022-10-19 | 1 | -2/+12 | |
| |/ / / / / / / / / | ||||||
* | | | | | | | | | | Add a test for maintainers w/ international emails (#3670) | Anderson Bravalheri | 2022-11-11 | 1 | -10/+51 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Add a test for maintainers w/ international emails | Sviatoslav Sydorenko | 2022-11-10 | 1 | -10/+51 | |
|/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The current `email.headerregistry.Address` implementation only allows RFC 5322 but the world is slowly moving towards supporting the international emails too. This patch adds a test case that is currently expected to fail but hopefully should pass once the support for RFC 6532 is implemented in the standard library. Refs: * https://datatracker.ietf.org/doc/html/rfc6532 * https://en.wikipedia.org/wiki/International_email | |||||
* | | | | | | | | | | Highlight in docs: `attr` directive needs MANIFEST.in config / SCM plugin ↵ | Anderson Bravalheri | 2022-11-10 | 2 | -0/+13 | |
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (#3662) | |||||
| * | | | | | | | | | | Highlight in docs: 'attr' directive needs MANIFEST.in config / SCM plugin | Anderson Bravalheri | 2022-11-04 | 2 | -0/+13 | |
| | | | | | | | | | | | ||||||
* | | | | | | | | | | | Ensure `pyproject.toml` accepts UTF-8 in maintainers (#3666) | Anderson Bravalheri | 2022-11-10 | 1 | -2/+19 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Ensure pyproject.toml accepts UTF-8 in maintainers | Anderson Bravalheri | 2022-11-09 | 1 | -2/+19 | |
| | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | Merge https://github.com/jaraco/skeleton | Jason R. Coombs | 2022-11-09 | 4 | -9/+34 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | / / / / / / | | |_|_|_|/ / / / / / | |/| | | | | | | | | | # Conflicts: # README.rst | |||||
| * | | | | | | | | | | Apply explicit_package_bases for mypy and unpin the version. Ref ↵ | Jason R. Coombs | 2022-11-09 | 2 | -2/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | python/mypy#14057. | |||||
| * | | | | | | | | | | Remove the hyperlink for the Python versions badge. The PyPI badge is a ↵ | Jason R. Coombs | 2022-11-08 | 1 | -4/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | better anchor for the hyperlink. | |||||
| * | | | | | | | | | | Pin mypy to '<0.990' due to realpython/pytest-mypy#141 | Jason R. Coombs | 2022-11-08 | 1 | -0/+2 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | rename `.readthedocs.yml` to `.readthedocs.yaml` (RTD docs indicate that ↵ | Zach Burnett | 2022-10-13 | 1 | -0/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `.readthedocs.yml` will be deprecated) (#68) | |||||
| * | | | | | | | | | | GHA pretty env (#67) | Jason R. Coombs | 2022-10-09 | 1 | -0/+30 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 🎨 Make the GHA log is clean and colorized This patch sets up root-level environment variables shared by all the workflow jobs. They include: * Disabling undesired `pip`'s warnings/suggestions * Requesting the executed apps color their output unconditionally * Letting `tox` pass those requests to underlying/wrapped programs * Reformat without end of line comments. Group into sections. * Avoid numerics for booleans where possible. Choose arbitrary numeric where any numeric is accepted. Co-authored-by: Sviatoslav Sydorenko <wk@sydorenko.org.ua> | |||||
* | | | | | | | | | | | Merge pull request #3614 from ↵ | Jason R. Coombs | 2022-11-06 | 1 | -2/+3 | |
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | webknjaz/maintenance/gha-check--allow-skipping-integration-tests-on-main-n-prs Make the `check` job a central gate in the CI | |||||
| * | | | | | | | | | | Allow skipping `integration-test` unconditionally | Sviatoslav Sydorenko | 2022-10-19 | 1 | -17/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It will be skipped according to the `if` clause declared on the job itself. There shouldn't be any other cases causing this. However, if this job ever starts depending on another one, workflow cancellations may mark it as skipped in other cases too. | |||||
| * | | | | | | | | | | Make the `check` job a central gate in the CI | Sviatoslav Sydorenko | 2022-09-28 | 1 | -2/+19 | |
| | | | | | | | | | | | ||||||
* | | | | | | | | | | | Improve warnings in editable install (#3569) | Anderson Bravalheri | 2022-11-04 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | Fix misspelling in docs/userguide/development_mode.rst | Anderson Bravalheri | 2022-10-11 | 1 | -1/+1 | |
| | | | | | | | | | | | ||||||
* | | | | | | | | | | | Bump version: 65.5.0 → 65.5.1v65.5.1 | Jason R. Coombs | 2022-11-04 | 5 | -4/+12 | |
| | | | | | | | | | | | ||||||
* | | | | | | | | | | | Merge pull request #3656 from bmorris3/typos | Jason R. Coombs | 2022-11-04 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Typo corrections | |||||
| * | | | | | | | | | | | Typo corrections | Brett M. Morris | 2022-10-31 | 1 | -2/+2 | |
| | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | Update changelog. Ref #3659. | Jason R. Coombs | 2022-11-04 | 1 | -0/+1 | |
| | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | Limit the amount of whitespace to search/backtrack. Fixes #3659. | Jason R. Coombs | 2022-11-04 | 2 | -2/+1 | |
| | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | Add test capturing failed expectation. Ref #3659. | Jason R. Coombs | 2022-11-04 | 3 | -1/+15 | |
| | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | ⚫ Fade to black. | Jason R. Coombs | 2022-11-04 | 1 | -40/+37 | |
| | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | Remove workaround for emacs. | Jason R. Coombs | 2022-11-04 | 1 | -1/+0 | |
| | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | ⚫ Fade to black. | Jason R. Coombs | 2022-11-04 | 1 | -63/+100 | |
|/ / / / / / / / / / / |