summaryrefslogtreecommitdiff
path: root/pytest.ini
Commit message (Collapse)AuthorAgeFilesLines
* Merge https://github.com/jaraco/skeletonJason R. Coombs2023-05-101-8/+0
|\ | | | | | | | | | | | | # Conflicts: # .flake8 # pyproject.toml # setup.cfg
| * Replace flake8 with ruff. Fixes jaraco/skeleton#79 and sheds debt.Jason R. Coombs2023-05-101-8/+0
| |
* | Handle Python3.12a7 compatibility problemsAnderson Bravalheri2023-04-191-0/+3
| |
* | Deprecate pkg_resources, removing excuse that 'discouraged is not deprecated'.Jason R. Coombs2023-03-051-0/+3
| |
* | Add a DeprecationWarning to pkg_resources.declare_namespace (#3434)Anderson Bravalheri2023-02-131-0/+3
|\ \
| * | Add DeprecationWarning to `pkg_resources.declare_namespace`Anderson Bravalheri2023-02-131-0/+3
| | |
* | | Reduce usage of pkg_resources (#3792)Anderson Bravalheri2023-02-131-1/+1
|\ \ \ | |/ / |/| |
| * | Centralize usage of pkg_resources from dist.py to installer.pyAnderson Bravalheri2023-01-241-1/+1
| | |
* | | Do not error on EncodingWarning. Instead emit them like usual. Ref #3810Jason R. Coombs2023-02-121-0/+5
| | |
* | | Merge https://github.com/jaraco/skeletonJason R. Coombs2023-02-121-2/+10
|\ \ \ | |/ / |/| / | |/
| * Remove reference to EncodingWarning as it doesn't exist on some Pythons.Jason R. Coombs2023-02-091-1/+1
| |
| * Add #upstream markers for filtered warnings. Add filter for platform module ↵Jason R. Coombs2023-02-071-0/+7
| | | | | | | | (ref python/cpython#100750).
| * Exempt warning. Workaround for realpython/pytest-mypy#152Jason R. Coombs2023-01-271-0/+3
| |
| * Suppress EncodingWarning in pytest_black. Workaround for ↵Jason R. Coombs2023-01-271-0/+3
| | | | | | | | shopkeep/pytest-black#67.
| * ALLOW_UNICODE no longer needed on Python 3. As a result, ELLIPSES is also ↵Jason R. Coombs2023-01-181-1/+0
| | | | | | | | now enabled by default.
* | Merge https://github.com/jaraco/skeletonJason R. Coombs2022-12-151-0/+3
|\ \ | |/
| * Honor ResourceWarnings. Fixes jaraco/skeleton#73.Jason R. Coombs2022-12-061-0/+3
| |
* | Suppress deprecation warning in --rsyncdir. Workaround for #3655.Jason R. Coombs2022-10-291-0/+3
| |
* | Merge https://github.com/pypa/distutils into distutils-22b9bcfJason R. Coombs2022-08-211-1/+1
|\ \
| * | Deprecate bcppcompiler.Jason R. Coombs2022-08-211-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 compilersJason R. Coombs2022-08-161-0/+3
| | |
| * | Add pytest-flake8 and pytest-black and pytest-cov to test lint and style and ↵Jason R. Coombs2022-08-071-0/+13
| | | | | | | | | | | | coverage
| * | Prefer tabsJason R. Coombs2022-08-071-6/+6
| | |
| * | Ignore unactionable warnings in docutils.Jason R. Coombs2022-08-061-0/+4
| | |
| * | Emit a warning when the fallback spawn was triggered. Ref pypa/distutils#15.Jason R. Coombs2020-09-051-0/+1
| | |
| * | Doctest modules for valid syntax, capturing TabError.Jason R. Coombs2020-09-011-0/+1
| | |
| * | Acknowledge and ignore warning about TestDistribution (it's a "test" ↵Jason R. Coombs2020-07-011-0/+4
| / | | | | | | distribution, not a "test of distributions").
* | Suppress deprecation warnings in tests.Jason R. Coombs2022-08-161-0/+3
| |
* | Merge remote-tracking branch 'upstream/main' into feature/pep660Anderson Bravalheri2022-06-241-1/+1
|\ \
| * | Change wording from *experimental* to *beta*Anderson Bravalheri2022-06-161-1/+1
| | |
| * | Warn about 'tool.setuptool' instead of project metadata in pyproject.tomlAnderson Bravalheri2022-06-161-1/+1
| | |
* | | Add warning with information for the user about link treeAnderson Bravalheri2022-06-161-0/+1
|/ /
* | Explicitly inform users that pyproject.toml config is experimentalAnderson Bravalheri2022-03-051-0/+2
| |
* | Merge https://github.com/jaraco/skeletonJason R. Coombs2022-02-121-0/+2
|\ \ | |/
| * Ignore flake8/black warnings with pytest 7.0.1 (jaraco/skeleton#58)Anderson Bravalheri2022-02-121-0/+2
| |
| * Bump pytest-mypy and remove workaround for dbader/pytest-mypy#131.Jason R. Coombs2022-02-101-3/+0
| |
* | Merge https://github.com/jaraco/skeletonJason R. Coombs2022-02-051-3/+3
|\ \ | |/
| * Use the parent category PytestDeprecationWarning, which is available on ↵Jason R. Coombs2022-02-051-3/+3
| | | | | | | | older pytest versions. Fixes jaraco/skeleton#57.
* | Merge https://github.com/jaraco/skeletonJason R. Coombs2022-02-041-0/+11
|\ \ | |/
| * Add exclusions for pytest 7 deprecations in plugins. Fixes jaraco/skeleton#57.Jason R. Coombs2022-02-041-0/+11
| |
* | pytest.ini uses tabsChristian Heimes2022-01-081-2/+1
| |
* | Suppress distutils deprecation warningChristian Heimes2022-01-081-0/+2
| |
* | Merge https://github.com/jaraco/skeletonJason R. Coombs2021-12-171-2/+0
|\ \ | |/
| * Remove filtered warnings, addressed upstream.Jason R. Coombs2021-12-171-2/+0
| |
* | Remove suppression of deprecation warning for LegacyVersion. Ref #2885.Jason R. Coombs2021-11-151-1/+0
| |
* | Merge pull request #2879 from pypa/debt/update-packagingJason R. Coombs2021-11-141-0/+1
|\ \ | | | | | | Update packaging to 21.2.
| * | Update packaging to 21.2. Ref #2497.debt/update-packagingJason R. Coombs2021-11-141-0/+1
| | |
* | | Reduce scope of setup_requires deprecation to only deprecate the ↵feature/deprecate-installerJason R. Coombs2021-11-141-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. Coombs2021-11-101-0/+12
| |
* | Raise a deprecation warning when an invalid version is encountered. Ref ↵Jason R. Coombs2021-10-311-0/+3
| | | | | | | | #2497. Ref #2822.