summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | Consolidate fixture for capturing logs. Removes LoggingSilencer.Jason R. Coombs2022-10-0425-119/+71
| | | | | | | | |
| * | | | | | | | Expand 'logs' fixture to support features needed by LoggingSilencer.Jason R. Coombs2022-10-043-14/+36
| | | | | | | | |
| * | | | | | | | Extract fixture for capturing logs in _util modules.Jason R. Coombs2022-10-043-34/+29
| | | | | | | | |
| * | | | | | | | Use monkeypatch to set log and threshold.Jason R. Coombs2022-10-041-10/+3
| | | | | | | | |
| * | | | | | | | No need to save 'threshold' on the instance.Jason R. Coombs2022-10-041-2/+2
| | | | | | | | |
| * | | | | | | | Prefer relative imports for better portability.Jason R. Coombs2022-10-0440-153/+153
| | | | | | | | |
| * | | | | | | | Remove readmeJason R. Coombs2022-10-041-11/+0
| | | | | | | | |
| * | | | | | | | Prefer partition for splitting a string.Jason R. Coombs2022-10-041-1/+1
| | | | | | | | |
| * | | | | | | | Remove docstring in distutilsJason R. Coombs2022-10-041-10/+0
| | | | | | | | |
* | | | | | | | | Skip an additional test under xdist. Ref pypa/distutils#183. Expanded ↵Jason R. Coombs2022-11-131-4/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | workaround for pytest-dev/pytest-xdist#843.
* | | | | | | | | Skip test under xdist as it fails after migrating to Python logging. Ref ↵Jason R. Coombs2022-11-131-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | pypa/distutils#183. Workaround for pytest/pytest-xdist#843.
* | | | | | | | | ⚫ Fade to black.Jason R. Coombs2022-11-131-6/+10
| | | | | | | | |
* | | | | | | | | Fix typo in docs/userguide/development_mode (#3664)Anderson Bravalheri2022-11-111-1/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Minor stylistic changeAnderson Bravalheri2022-11-111-1/+2
| | | | | | | | | |
| * | | | | | | | | Fix typo in docs/userguide/development_mode.rstshripadbadithe2022-11-061-2/+1
| | | | | | | | | |
* | | | | | | | | | Report coverage from Cygwin jobs (#3642)Anderson Bravalheri2022-11-111-0/+26
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Minor stylistic changeAnderson Bravalheri2022-11-111-15/+6
| | | | | | | | | | |
| * | | | | | | | | | Use an absolute path for codecov uploadsSviatoslav Sydorenko2022-10-201-1/+2
| | | | | | | | | | |
| * | | | | | | | | | Explicitly point Codecov at `coverage.xml`Sviatoslav Sydorenko2022-10-201-0/+1
| | | | | | | | | | |
| * | | | | | | | | | Report coverage from Cygwin jobsSviatoslav Sydorenko2022-10-201-0/+33
| | |_|/ / / / / / / | |/| | | | | | | |
* | | | | | | | | | Upload accurate coverage flags from unit tests job (#3641)Anderson Bravalheri2022-11-111-2/+6
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Minor stylistic changeAnderson Bravalheri2022-11-111-9/+3
| | | | | | | | | | |
| * | | | | | | | | | Use job id as a coverage flagSviatoslav Sydorenko2022-10-201-1/+1
| | | | | | | | | | |
| * | | | | | | | | | Upload accurate coverage flags from unit tests jobSviatoslav Sydorenko2022-10-191-2/+12
| |/ / / / / / / / /
* | | | | | | | | | Add a test for maintainers w/ international emails (#3670)Anderson Bravalheri2022-11-111-10/+51
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Add a test for maintainers w/ international emailsSviatoslav Sydorenko2022-11-101-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 Bravalheri2022-11-102-0/+13
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (#3662)
| * | | | | | | | | | Highlight in docs: 'attr' directive needs MANIFEST.in config / SCM pluginAnderson Bravalheri2022-11-042-0/+13
| | | | | | | | | | |
* | | | | | | | | | | Ensure `pyproject.toml` accepts UTF-8 in maintainers (#3666)Anderson Bravalheri2022-11-101-2/+19
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Ensure pyproject.toml accepts UTF-8 in maintainersAnderson Bravalheri2022-11-091-2/+19
| | | | | | | | | | | |
* | | | | | | | | | | | Merge https://github.com/jaraco/skeletonJason R. Coombs2022-11-094-9/+34
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | / / / / / / | | |_|_|_|/ / / / / / | |/| | | | | | | | | # Conflicts: # README.rst
| * | | | | | | | | | Apply explicit_package_bases for mypy and unpin the version. Ref ↵Jason R. Coombs2022-11-092-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | python/mypy#14057.
| * | | | | | | | | | Remove the hyperlink for the Python versions badge. The PyPI badge is a ↵Jason R. Coombs2022-11-081-4/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | better anchor for the hyperlink.
| * | | | | | | | | | Pin mypy to '<0.990' due to realpython/pytest-mypy#141Jason R. Coombs2022-11-081-0/+2
| | | | | | | | | | |
| * | | | | | | | | | rename `.readthedocs.yml` to `.readthedocs.yaml` (RTD docs indicate that ↵Zach Burnett2022-10-131-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `.readthedocs.yml` will be deprecated) (#68)
| * | | | | | | | | | GHA pretty env (#67)Jason R. Coombs2022-10-091-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. Coombs2022-11-061-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` unconditionallySviatoslav Sydorenko2022-10-191-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 CISviatoslav Sydorenko2022-09-281-2/+19
| | | | | | | | | | |
* | | | | | | | | | | Improve warnings in editable install (#3569)Anderson Bravalheri2022-11-041-1/+1
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | Fix misspelling in docs/userguide/development_mode.rstAnderson Bravalheri2022-10-111-1/+1
| | | | | | | | | | |
* | | | | | | | | | | Bump version: 65.5.0 → 65.5.1v65.5.1Jason R. Coombs2022-11-045-4/+12
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #3656 from bmorris3/typosJason R. Coombs2022-11-041-2/+2
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Typo corrections
| * | | | | | | | | | | Typo correctionsBrett M. Morris2022-10-311-2/+2
| | | | | | | | | | | |
* | | | | | | | | | | | Update changelog. Ref #3659.Jason R. Coombs2022-11-041-0/+1
| | | | | | | | | | | |
* | | | | | | | | | | | Limit the amount of whitespace to search/backtrack. Fixes #3659.Jason R. Coombs2022-11-042-2/+1
| | | | | | | | | | | |
* | | | | | | | | | | | Add test capturing failed expectation. Ref #3659.Jason R. Coombs2022-11-043-1/+15
| | | | | | | | | | | |
* | | | | | | | | | | | ⚫ Fade to black.Jason R. Coombs2022-11-041-40/+37
| | | | | | | | | | | |
* | | | | | | | | | | | Remove workaround for emacs.Jason R. Coombs2022-11-041-1/+0
| | | | | | | | | | | |
* | | | | | | | | | | | ⚫ Fade to black.Jason R. Coombs2022-11-041-63/+100
|/ / / / / / / / / / /