| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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. | ||||
| * | Add tests capturing failure of depends.get_module_constant on Python 3.6. ↵ | Jason R. Coombs | 2016-12-28 | 1 | -1/+1 |
| | | | | | Ref #866. | ||||
| * | Add test to verify the install of Pypi top packages | Thiebaud Weksteen | 2016-11-04 | 1 | -1/+1 |
| | | |||||
| * | pytest: ignore all .* directories | Leonardo Rochael Almeida | 2016-09-08 | 1 | -1/+1 |
| | | | | In Cloud9 a .c9 directory is created. Other IDEs like to add .directories as well | ||||
| * | ignore .tox in pytest | Min RK | 2016-07-28 | 1 | -1/+1 |
| | | | | avoids errors in setup.py test if tox has been run | ||||
| * | Adding preliminary support for enforcing style rules | Jason R. Coombs | 2016-07-21 | 1 | -0/+3 |
| | | |||||
| * | Ignore pavement.py20.2.2 | Jason R. Coombs | 2016-02-27 | 1 | -1/+1 |
| | | |||||
| * | Use the same technique in pkg_resources, relying on an 'extern' module to ↵ | Jason R. Coombs | 2015-12-31 | 1 | -1/+1 |
| | | | | | | | | resolve the conditional import. --HG-- branch : feature/issue-229 | ||||
| * | Modeling after Astropy's technique for bundling libraries, the imports are ↵ | Jason R. Coombs | 2015-12-31 | 1 | -1/+1 |
| | | | | | | | | now much cleaner. Thanks @embray. Ref #229. --HG-- branch : feature/issue-229 | ||||
| * | Suppress testing of upload-releases-as-zip script | Jason R. Coombs | 2015-11-24 | 1 | -1/+1 |
| | | |||||
| * | Move pytest config to pytest.ini (as it conflicts with the pytest-runner ↵ | Jason R. Coombs | 2015-02-25 | 1 | -0/+3 |
| pytest command). | |||||
