summaryrefslogtreecommitdiff
path: root/pytest.ini
Commit message (Expand)AuthorAgeFilesLines
* Merge https://github.com/pypa/distutils into distutils-22b9bcfJason R. Coombs2022-08-211-1/+1
|\
| * Deprecate bcppcompiler.Jason R. Coombs2022-08-211-2/+2
| * 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
| * 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" distribu...Jason R. Coombs2020-07-011-0/+4
* 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 older...Jason R. Coombs2022-02-051-3/+3
* | 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. Ref #2497.debt/update-packagingJason R. Coombs2021-11-141-0/+1
* | | Reduce scope of setup_requires deprecation to only deprecate the installation...feature/deprecate-installerJason R. Coombs2021-11-141-1/+1
|/ /
* | 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 #2497...Jason R. Coombs2021-10-311-0/+3
* | Merge https://github.com/jaraco/skeletonJason R. Coombs2021-10-311-2/+0
|\ \ | |/
| * Rely on pytest 6 and drop workaround for pytest-dev/pytest#6178.Jason R. Coombs2021-10-071-2/+0
* | Deprecate setup.py install and easy_install. Ref #917.Jason R. Coombs2021-10-221-0/+4
* | Emit a SetuptoolsDeprecationWarning when setup_requires is used. Ref #2823.debt/deprecate-setup-requiresJason R. Coombs2021-10-221-11/+14
* | remove lib2to3 usageThomas Grainger2021-09-041-3/+0
* | Remove workaround for pypy/pypy#3503, now that the behavior is consistent wit...Jason R. Coombs2021-07-041-6/+0
* | Add another deprecation warning bypass for flake8 on PyPy because the call de...Jason R. Coombs2021-07-041-0/+6
* | Merge https://github.com/jaraco/skeletonJason R. Coombs2021-07-041-0/+8
|\ \ | |/
| * Suppress deprecation warnings in flake8 and packaging.tags. Ref pypa/packagin...Jason R. Coombs2021-06-031-0/+4
* | Merge https://github.com/jaraco/skeletonJason R. Coombs2021-03-071-2/+0
|\ \ | |/
| * It's no longer necessary to filter this warning and it's not a warning anymore.Jason R. Coombs2021-02-211-2/+0
| * Added an .editorconfig. Pull request jaraco/skeleton#43.KOLANICH2021-02-211-2/+2
* | Merge https://github.com/jaraco/skeleton into feature/skeletonJason R. Coombs2020-12-121-3/+10
|\ \ | |/
| * Collapse skeleton history from archive/2020-12Jason R. Coombs2020-12-081-0/+9
* Move setuptools-specific excluded folders to collect_ignore to match with jar...Jason R. Coombs2020-09-241-1/+1
* Merge branch 'master' into feature/plugins-enabled-by-defaultJason R. Coombs2020-09-141-7/+0
|\
| * Remove legacy warning suppressions and Python 2 ignored collections.Jason R. Coombs2020-09-141-7/+0
* | Enable flake8 and cov plugins only when installed. Avoid installing in PyPy.Jason R. Coombs2020-09-141-1/+1
|/