summaryrefslogtreecommitdiff
path: root/pytest.ini
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* | 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 ↵Jason R. Coombs2021-07-041-6/+0
| | | | | | | | with a workaround in importlib_metadata 4.6.1 (python/importlib_metadata#327.
* | Add another deprecation warning bypass for flake8 on PyPy because the call ↵Jason R. Coombs2021-07-041-0/+6
| | | | | | | | depth is missed.
* | Merge https://github.com/jaraco/skeletonJason R. Coombs2021-07-041-0/+8
|\ \ | |/
| * Suppress deprecation warnings in flake8 and packaging.tags. Ref ↵Jason R. Coombs2021-06-031-0/+4
| | | | | | | | pypa/packaging#433.
* | 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 ↵Jason R. Coombs2020-09-241-1/+1
| | | | jaraco/skeleton.
* 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
|/
* More directly disable coverage when running tests on pypy.Jason R. Coombs2020-07-021-1/+1
|
* Filter lib2to3 (Pending)DeprecationWarning in testesMiro Hrončok2020-04-301-0/+3
| | | | | | lib2to3 is deprecated in Python 3.9: https://bugs.python.org/issue40360 Workarounds https://github.com/pypa/setuptools/issues/2081
* Suppress Pytest 5.4 warnings. Closes #2025Jason R. Coombs2020-03-151-0/+2
|
* Get both UnicodeWarningsJason R. Coombs2020-03-081-1/+2
|
* Suppress another warningJason R. Coombs2020-03-081-0/+2
|
* Suppress Windows bytes API warning until it can be fixed. Ref #2016.Jason R. Coombs2020-03-081-0/+2
|
* Suppress RuntimeWarning from sandbox module on Python 2Jason R. Coombs2020-03-081-0/+4
|
* Suppress UserWarning in pkg_resources.Jason R. Coombs2020-03-071-0/+2
|
* Merge branch 'master' into feature/1823-fail-warningsJason R. Coombs2020-03-071-5/+2
|\
| * Run flake8 tests as part of test suite.Jason R. Coombs2020-01-191-5/+2
| |
| * test: drop pkg_resources tests dependency on easy_installBenoit Pierre2019-11-131-1/+1
| |
| * Merge pull request #1864 from benoit-pierre/improve_workaround_for_1644Benoit Pierre2019-11-131-1/+1
| |\ | | | | | | improve workaround for #1644
| | * improve workaround for #1644Benoit Pierre2019-10-071-1/+1
| | | | | | | | | | | | Make it possible to use a more recent version of pip for tests.
* | | normalize indentationJason R. Coombs2019-11-161-4/+4
| | |
* | | Move the error directive to the top, as it's more permanent.Jason R. Coombs2019-10-311-1/+2
| | |
* | | Error on warnings. Fixes #1823.Jason R. Coombs2019-10-311-0/+1
|/ /
* | Suppress deprecation of bdist_wininst (redo). Ref #1823.Jason R. Coombs2019-10-311-1/+1
| |
* | Suppress deprecation of bdist_wininst. Ref #1823.Jason R. Coombs2019-10-311-0/+3
|/
* tests: tweak default pytest arguments to fix Python 3.8 supportBenoit Pierre2019-06-301-1/+1
|
* Remove spurious executable permissionsMiro Hrončok2018-07-271-0/+0
|
* Move ignores into conftest.pyJason R. Coombs2018-06-061-1/+1
|
* Apparently when specifying any doctest_optionflags, it's necessary to also ↵Jason R. Coombs2018-06-061-1/+1
| | | | indicate the defaults. Add ELLIPSIS to fix other failing tests.