| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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. | ||||
| * | | Merge https://github.com/jaraco/skeleton | Jason R. Coombs | 2021-10-31 | 1 | -2/+0 |
| |\ \ | |/ | |||||
| | * | Rely on pytest 6 and drop workaround for pytest-dev/pytest#6178. | Jason R. Coombs | 2021-10-07 | 1 | -2/+0 |
| | | | |||||
| * | | Deprecate setup.py install and easy_install. Ref #917. | Jason R. Coombs | 2021-10-22 | 1 | -0/+4 |
| | | | |||||
| * | | Emit a SetuptoolsDeprecationWarning when setup_requires is used. Ref #2823.debt/deprecate-setup-requires | Jason R. Coombs | 2021-10-22 | 1 | -11/+14 |
| | | | |||||
| * | | remove lib2to3 usage | Thomas Grainger | 2021-09-04 | 1 | -3/+0 |
| | | | |||||
| * | | Remove workaround for pypy/pypy#3503, now that the behavior is consistent ↵ | Jason R. Coombs | 2021-07-04 | 1 | -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. Coombs | 2021-07-04 | 1 | -0/+6 |
| | | | | | | | | | depth is missed. | ||||
| * | | Merge https://github.com/jaraco/skeleton | Jason R. Coombs | 2021-07-04 | 1 | -0/+8 |
| |\ \ | |/ | |||||
| | * | Suppress deprecation warnings in flake8 and packaging.tags. Ref ↵ | Jason R. Coombs | 2021-06-03 | 1 | -0/+4 |
| | | | | | | | | | pypa/packaging#433. | ||||
| * | | Merge https://github.com/jaraco/skeleton | Jason R. Coombs | 2021-03-07 | 1 | -2/+0 |
| |\ \ | |/ | |||||
| | * | It's no longer necessary to filter this warning and it's not a warning anymore. | Jason R. Coombs | 2021-02-21 | 1 | -2/+0 |
| | | | |||||
| | * | Added an .editorconfig. Pull request jaraco/skeleton#43. | KOLANICH | 2021-02-21 | 1 | -2/+2 |
| | | | |||||
| * | | Merge https://github.com/jaraco/skeleton into feature/skeleton | Jason R. Coombs | 2020-12-12 | 1 | -3/+10 |
| |\ \ | |/ | |||||
| | * | Collapse skeleton history from archive/2020-12 | Jason R. Coombs | 2020-12-08 | 1 | -0/+9 |
| | | |||||
| * | Move setuptools-specific excluded folders to collect_ignore to match with ↵ | Jason R. Coombs | 2020-09-24 | 1 | -1/+1 |
| | | | | | jaraco/skeleton. | ||||
| * | Merge branch 'master' into feature/plugins-enabled-by-default | Jason R. Coombs | 2020-09-14 | 1 | -7/+0 |
| |\ | |||||
| | * | Remove legacy warning suppressions and Python 2 ignored collections. | Jason R. Coombs | 2020-09-14 | 1 | -7/+0 |
| | | | |||||
| * | | Enable flake8 and cov plugins only when installed. Avoid installing in PyPy. | Jason R. Coombs | 2020-09-14 | 1 | -1/+1 |
| |/ | |||||
| * | More directly disable coverage when running tests on pypy. | Jason R. Coombs | 2020-07-02 | 1 | -1/+1 |
| | | |||||
| * | Filter lib2to3 (Pending)DeprecationWarning in testes | Miro Hrončok | 2020-04-30 | 1 | -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 #2025 | Jason R. Coombs | 2020-03-15 | 1 | -0/+2 |
| | | |||||
| * | Get both UnicodeWarnings | Jason R. Coombs | 2020-03-08 | 1 | -1/+2 |
| | | |||||
| * | Suppress another warning | Jason R. Coombs | 2020-03-08 | 1 | -0/+2 |
| | | |||||
| * | Suppress Windows bytes API warning until it can be fixed. Ref #2016. | Jason R. Coombs | 2020-03-08 | 1 | -0/+2 |
| | | |||||
| * | Suppress RuntimeWarning from sandbox module on Python 2 | Jason R. Coombs | 2020-03-08 | 1 | -0/+4 |
| | | |||||
| * | Suppress UserWarning in pkg_resources. | Jason R. Coombs | 2020-03-07 | 1 | -0/+2 |
| | | |||||
| * | Merge branch 'master' into feature/1823-fail-warnings | Jason R. Coombs | 2020-03-07 | 1 | -5/+2 |
| |\ | |||||
| | * | Run flake8 tests as part of test suite. | Jason R. Coombs | 2020-01-19 | 1 | -5/+2 |
| | | | |||||
| | * | test: drop pkg_resources tests dependency on easy_install | Benoit Pierre | 2019-11-13 | 1 | -1/+1 |
| | | | |||||
| | * | Merge pull request #1864 from benoit-pierre/improve_workaround_for_1644 | Benoit Pierre | 2019-11-13 | 1 | -1/+1 |
| | |\ | | | | | | | improve workaround for #1644 | ||||
| | | * | improve workaround for #1644 | Benoit Pierre | 2019-10-07 | 1 | -1/+1 |
| | | | | | | | | | | | | | Make it possible to use a more recent version of pip for tests. | ||||
| * | | | normalize indentation | Jason R. Coombs | 2019-11-16 | 1 | -4/+4 |
| | | | | |||||
| * | | | Move the error directive to the top, as it's more permanent. | Jason R. Coombs | 2019-10-31 | 1 | -1/+2 |
| | | | | |||||
| * | | | Error on warnings. Fixes #1823. | Jason R. Coombs | 2019-10-31 | 1 | -0/+1 |
| |/ / | |||||
| * | | Suppress deprecation of bdist_wininst (redo). Ref #1823. | Jason R. Coombs | 2019-10-31 | 1 | -1/+1 |
| | | | |||||
| * | | Suppress deprecation of bdist_wininst. Ref #1823. | Jason R. Coombs | 2019-10-31 | 1 | -0/+3 |
| |/ | |||||
| * | tests: tweak default pytest arguments to fix Python 3.8 support | Benoit Pierre | 2019-06-30 | 1 | -1/+1 |
| | | |||||
| * | Remove spurious executable permissions | Miro Hrončok | 2018-07-27 | 1 | -0/+0 |
| | | |||||
| * | Move ignores into conftest.py | Jason R. Coombs | 2018-06-06 | 1 | -1/+1 |
| | | |||||
| * | Apparently when specifying any doctest_optionflags, it's necessary to also ↵ | Jason R. Coombs | 2018-06-06 | 1 | -1/+1 |
| | | | | | indicate the defaults. Add ELLIPSIS to fix other failing tests. | ||||
| * | Configure doctests to match Python 2 unicode literal syntax. | Jason R. Coombs | 2018-06-06 | 1 | -0/+1 |
| | | |||||
| * | tests: move py.test report arguments to pytest.ini | Benoit Pierre | 2017-07-13 | 1 | -1/+1 |
| | | | | | | | So it's possible to run tox with something like: `py.test -k test_unicode_filename_in_sdist`, and not loose the default report arguments. | ||||
