Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge https://github.com/jaraco/skeleton | Jason R. Coombs | 2023-05-10 | 1 | -8/+0 |
|\ | | | | | | | | | | | | | # Conflicts: # .flake8 # pyproject.toml # setup.cfg | ||||
| * | Replace flake8 with ruff. Fixes jaraco/skeleton#79 and sheds debt. | Jason R. Coombs | 2023-05-10 | 1 | -8/+0 |
| | | |||||
* | | Handle Python3.12a7 compatibility problems | Anderson Bravalheri | 2023-04-19 | 1 | -0/+3 |
| | | |||||
* | | Deprecate pkg_resources, removing excuse that 'discouraged is not deprecated'. | Jason R. Coombs | 2023-03-05 | 1 | -0/+3 |
| | | |||||
* | | Add a DeprecationWarning to pkg_resources.declare_namespace (#3434) | Anderson Bravalheri | 2023-02-13 | 1 | -0/+3 |
|\ \ | |||||
| * | | Add DeprecationWarning to `pkg_resources.declare_namespace` | Anderson Bravalheri | 2023-02-13 | 1 | -0/+3 |
| | | | |||||
* | | | Reduce usage of pkg_resources (#3792) | Anderson Bravalheri | 2023-02-13 | 1 | -1/+1 |
|\ \ \ | |/ / |/| | | |||||
| * | | Centralize usage of pkg_resources from dist.py to installer.py | Anderson Bravalheri | 2023-01-24 | 1 | -1/+1 |
| | | | |||||
* | | | Do not error on EncodingWarning. Instead emit them like usual. Ref #3810 | Jason R. Coombs | 2023-02-12 | 1 | -0/+5 |
| | | | |||||
* | | | Merge https://github.com/jaraco/skeleton | Jason R. Coombs | 2023-02-12 | 1 | -2/+10 |
|\ \ \ | |/ / |/| / | |/ | |||||
| * | Remove reference to EncodingWarning as it doesn't exist on some Pythons. | Jason R. Coombs | 2023-02-09 | 1 | -1/+1 |
| | | |||||
| * | Add #upstream markers for filtered warnings. Add filter for platform module ↵ | Jason R. Coombs | 2023-02-07 | 1 | -0/+7 |
| | | | | | | | | (ref python/cpython#100750). | ||||
| * | Exempt warning. Workaround for realpython/pytest-mypy#152 | Jason R. Coombs | 2023-01-27 | 1 | -0/+3 |
| | | |||||
| * | Suppress EncodingWarning in pytest_black. Workaround for ↵ | Jason R. Coombs | 2023-01-27 | 1 | -0/+3 |
| | | | | | | | | shopkeep/pytest-black#67. | ||||
| * | ALLOW_UNICODE no longer needed on Python 3. As a result, ELLIPSES is also ↵ | Jason R. Coombs | 2023-01-18 | 1 | -1/+0 |
| | | | | | | | | now enabled by default. | ||||
* | | Merge https://github.com/jaraco/skeleton | Jason R. Coombs | 2022-12-15 | 1 | -0/+3 |
|\ \ | |/ | |||||
| * | Honor ResourceWarnings. Fixes jaraco/skeleton#73. | Jason R. Coombs | 2022-12-06 | 1 | -0/+3 |
| | | |||||
* | | Suppress deprecation warning in --rsyncdir. Workaround for #3655. | Jason R. Coombs | 2022-10-29 | 1 | -0/+3 |
| | | |||||
* | | Merge https://github.com/pypa/distutils into distutils-22b9bcf | Jason R. Coombs | 2022-08-21 | 1 | -1/+1 |
|\ \ | |||||
| * | | Deprecate bcppcompiler. | Jason R. Coombs | 2022-08-21 | 1 | -2/+2 |
| | | | | | | | | | | | | Support for Borland C++ compiler was dropped for compiling Python in python/cpython#66782 (2014) and the borlandc.org web site no longer references a compiler. Best I can tell, this compiler hasn't been released for 22 years. Surely no one is using it. | ||||
| * | | Suppress warnings in deprecated msvc compilers | Jason R. Coombs | 2022-08-16 | 1 | -0/+3 |
| | | | |||||
| * | | Add pytest-flake8 and pytest-black and pytest-cov to test lint and style and ↵ | Jason R. Coombs | 2022-08-07 | 1 | -0/+13 |
| | | | | | | | | | | | | coverage | ||||
| * | | Prefer tabs | Jason R. Coombs | 2022-08-07 | 1 | -6/+6 |
| | | | |||||
| * | | Ignore unactionable warnings in docutils. | Jason R. Coombs | 2022-08-06 | 1 | -0/+4 |
| | | | |||||
| * | | Emit a warning when the fallback spawn was triggered. Ref pypa/distutils#15. | Jason R. Coombs | 2020-09-05 | 1 | -0/+1 |
| | | | |||||
| * | | Doctest modules for valid syntax, capturing TabError. | Jason R. Coombs | 2020-09-01 | 1 | -0/+1 |
| | | | |||||
| * | | Acknowledge and ignore warning about TestDistribution (it's a "test" ↵ | Jason R. Coombs | 2020-07-01 | 1 | -0/+4 |
| / | | | | | | | distribution, not a "test of distributions"). | ||||
* | | Suppress deprecation warnings in tests. | Jason R. Coombs | 2022-08-16 | 1 | -0/+3 |
| | | |||||
* | | Merge remote-tracking branch 'upstream/main' into feature/pep660 | Anderson Bravalheri | 2022-06-24 | 1 | -1/+1 |
|\ \ | |||||
| * | | Change wording from *experimental* to *beta* | Anderson Bravalheri | 2022-06-16 | 1 | -1/+1 |
| | | | |||||
| * | | Warn about 'tool.setuptool' instead of project metadata in pyproject.toml | Anderson Bravalheri | 2022-06-16 | 1 | -1/+1 |
| | | | |||||
* | | | Add warning with information for the user about link tree | Anderson Bravalheri | 2022-06-16 | 1 | -0/+1 |
|/ / | |||||
* | | Explicitly inform users that pyproject.toml config is experimental | Anderson Bravalheri | 2022-03-05 | 1 | -0/+2 |
| | | |||||
* | | Merge https://github.com/jaraco/skeleton | Jason R. Coombs | 2022-02-12 | 1 | -0/+2 |
|\ \ | |/ | |||||
| * | Ignore flake8/black warnings with pytest 7.0.1 (jaraco/skeleton#58) | Anderson Bravalheri | 2022-02-12 | 1 | -0/+2 |
| | | |||||
| * | Bump pytest-mypy and remove workaround for dbader/pytest-mypy#131. | Jason R. Coombs | 2022-02-10 | 1 | -3/+0 |
| | | |||||
* | | Merge https://github.com/jaraco/skeleton | Jason R. Coombs | 2022-02-05 | 1 | -3/+3 |
|\ \ | |/ | |||||
| * | Use the parent category PytestDeprecationWarning, which is available on ↵ | Jason R. Coombs | 2022-02-05 | 1 | -3/+3 |
| | | | | | | | | older pytest versions. Fixes jaraco/skeleton#57. | ||||
* | | Merge https://github.com/jaraco/skeleton | Jason R. Coombs | 2022-02-04 | 1 | -0/+11 |
|\ \ | |/ | |||||
| * | Add exclusions for pytest 7 deprecations in plugins. Fixes jaraco/skeleton#57. | Jason R. Coombs | 2022-02-04 | 1 | -0/+11 |
| | | |||||
* | | pytest.ini uses tabs | Christian Heimes | 2022-01-08 | 1 | -2/+1 |
| | | |||||
* | | Suppress distutils deprecation warning | Christian Heimes | 2022-01-08 | 1 | -0/+2 |
| | | |||||
* | | Merge https://github.com/jaraco/skeleton | Jason R. Coombs | 2021-12-17 | 1 | -2/+0 |
|\ \ | |/ | |||||
| * | Remove filtered warnings, addressed upstream. | Jason R. Coombs | 2021-12-17 | 1 | -2/+0 |
| | | |||||
* | | Remove suppression of deprecation warning for LegacyVersion. Ref #2885. | Jason R. Coombs | 2021-11-15 | 1 | -1/+0 |
| | | |||||
* | | Merge pull request #2879 from pypa/debt/update-packaging | Jason R. Coombs | 2021-11-14 | 1 | -0/+1 |
|\ \ | | | | | | | Update packaging to 21.2. | ||||
| * | | Update packaging to 21.2. Ref #2497.debt/update-packaging | Jason R. Coombs | 2021-11-14 | 1 | -0/+1 |
| | | | |||||
* | | | Reduce scope of setup_requires deprecation to only deprecate the ↵feature/deprecate-installer | Jason R. Coombs | 2021-11-14 | 1 | -1/+1 |
|/ / | | | | | | | installation of these requirements, but still honor setup_requires in PEP 517 installers. Fixes #2877. | ||||
* | | Move warning suppression to pytest.ini so it occurs after 'error'. | Jason R. Coombs | 2021-11-10 | 1 | -0/+12 |
| | | |||||
* | | Raise a deprecation warning when an invalid version is encountered. Ref ↵ | Jason R. Coombs | 2021-10-31 | 1 | -0/+3 |
| | | | | | | | | #2497. Ref #2822. |