Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix flake8 errors | Anderson Bravalheri | 2022-03-30 | 1 | -0/+1 |
| | |||||
* | Add a 'uses_network' marker to tests that require connectivity | Anderson Bravalheri | 2022-03-05 | 1 | -0/+1 |
| | |||||
* | Fix flake8 errors for conftest.py | Anderson Bravalheri | 2021-12-21 | 1 | -1/+1 |
| | |||||
* | Disable pytest plugins in integration tests via -p no:* | Anderson Bravalheri | 2021-12-21 | 1 | -4/+0 |
| | |||||
* | Configure pytest to enable/disable integration tests | Anderson Bravalheri | 2021-12-21 | 1 | -0/+24 |
| | |||||
* | 🚑 Exclude sphinx conf from pytest auto-discovery | Sviatoslav Sydorenko | 2020-09-24 | 1 | -0/+1 |
| | | | | But only under Python 3.5! | ||||
* | Move setuptools-specific excluded folders to collect_ignore to match with ↵ | Jason R. Coombs | 2020-09-24 | 1 | -0/+5 |
| | | | | jaraco/skeleton. | ||||
* | Merge branch 'master' into feature/plugins-enabled-by-default | Jason R. Coombs | 2020-09-14 | 1 | -5/+0 |
|\ | |||||
| * | Remove legacy warning suppressions and Python 2 ignored collections. | Jason R. Coombs | 2020-09-14 | 1 | -5/+0 |
| | | |||||
* | | Enable flake8 and cov plugins only when installed. Avoid installing in PyPy. | Jason R. Coombs | 2020-09-14 | 1 | -18/+0 |
|/ | |||||
* | Rename _distutils_importer to _distutils_hack, as it supplies more than just ↵ | Jason R. Coombs | 2020-07-26 | 1 | -1/+1 |
| | | | | an importer. | ||||
* | Consolidate distutils importing hacks into _distutils_importer package. ↵ | Jason R. Coombs | 2020-07-19 | 1 | -1/+1 |
| | | | | Generate distutils-precedence.pth inline. | ||||
* | Merge pull request #2254 from pypa/better-cov | Jason R. Coombs | 2020-07-12 | 1 | -0/+18 |
|\ | | | | | Programmatically disable coverage when running on PyPy. | ||||
| * | Programmatically disable coverage when running on PyPy. | Jason R. Coombs | 2020-07-12 | 1 | -0/+18 |
| | | |||||
* | | Omit distutils_patch from test collection. | Jason R. Coombs | 2020-07-03 | 1 | -0/+1 |
| | | |||||
* | | Move distutils into a submodule of setuptools. | Jason R. Coombs | 2020-07-03 | 1 | -1/+1 |
| | | |||||
* | | Ignore distutils when running tests. | Jason R. Coombs | 2020-05-25 | 1 | -0/+1 |
|/ | |||||
* | Extract 'imp' re-implementation to setuptools._imp and wrap it in py27compat ↵ | Jason R. Coombs | 2019-10-27 | 1 | -0/+1 |
| | | | | for compatibility. | ||||
* | Include pavement.py in tests (where applicable). | Jason R. Coombs | 2018-06-06 | 1 | -1/+4 |
| | |||||
* | Remove crufty, ignored test. | Jason R. Coombs | 2018-06-06 | 1 | -1/+0 |
| | |||||
* | Only ignore collection on older Pythons | Jason R. Coombs | 2018-06-06 | 1 | -1/+7 |
| | |||||
* | Remove crufty ignores | Jason R. Coombs | 2018-06-06 | 1 | -3/+0 |
| | |||||
* | Move ignores into conftest.py | Jason R. Coombs | 2018-06-06 | 1 | -0/+12 |
| | |||||
* | Use py.test to launch pytest, rather than python -m test, preventing the ↵ | Jason R. Coombs | 2016-12-10 | 1 | -17/+0 |
| | | | | empty path from being added to sys.path per pytest-dev/pytest#2104. Fixes #852. Also use 'usedevelop' as the setuptools.tests.fixtures aren't available in a standard install. | ||||
* | Monkeypatch the 'setuptools.__file__' attribute in test setup to be ↵ | Jason R. Coombs | 2016-12-01 | 1 | -0/+18 |
| | | | | absolute. Workaround for #852. | ||||
* | Clean up conftest.py | Jason R. Coombs | 2016-12-01 | 1 | -5/+4 |
| | |||||
* | Add test to verify the install of Pypi top packages | Thiebaud Weksteen | 2016-11-04 | 1 | -0/+7 |
| | |||||
* | Move fixture to a fixtures module and make that fixture available globally. | Jason R. Coombs | 2015-01-01 | 1 | -0/+1 |