summaryrefslogtreecommitdiff
path: root/conftest.py
Commit message (Expand)AuthorAgeFilesLines
* Fix flake8 errorsAnderson Bravalheri2022-03-301-0/+1
* Add a 'uses_network' marker to tests that require connectivityAnderson Bravalheri2022-03-051-0/+1
* Fix flake8 errors for conftest.pyAnderson Bravalheri2021-12-211-1/+1
* Disable pytest plugins in integration tests via -p no:*Anderson Bravalheri2021-12-211-4/+0
* Configure pytest to enable/disable integration testsAnderson Bravalheri2021-12-211-0/+24
* 🚑 Exclude sphinx conf from pytest auto-discoverySviatoslav Sydorenko2020-09-241-0/+1
* Move setuptools-specific excluded folders to collect_ignore to match with jar...Jason R. Coombs2020-09-241-0/+5
* Merge branch 'master' into feature/plugins-enabled-by-defaultJason R. Coombs2020-09-141-5/+0
|\
| * Remove legacy warning suppressions and Python 2 ignored collections.Jason R. Coombs2020-09-141-5/+0
* | Enable flake8 and cov plugins only when installed. Avoid installing in PyPy.Jason R. Coombs2020-09-141-18/+0
|/
* Rename _distutils_importer to _distutils_hack, as it supplies more than just ...Jason R. Coombs2020-07-261-1/+1
* Consolidate distutils importing hacks into _distutils_importer package. Gener...Jason R. Coombs2020-07-191-1/+1
* Merge pull request #2254 from pypa/better-covJason R. Coombs2020-07-121-0/+18
|\
| * Programmatically disable coverage when running on PyPy.Jason R. Coombs2020-07-121-0/+18
* | Omit distutils_patch from test collection.Jason R. Coombs2020-07-031-0/+1
* | Move distutils into a submodule of setuptools.Jason R. Coombs2020-07-031-1/+1
* | Ignore distutils when running tests.Jason R. Coombs2020-05-251-0/+1
|/
* Extract 'imp' re-implementation to setuptools._imp and wrap it in py27compat ...Jason R. Coombs2019-10-271-0/+1
* Include pavement.py in tests (where applicable).Jason R. Coombs2018-06-061-1/+4
* Remove crufty, ignored test.Jason R. Coombs2018-06-061-1/+0
* Only ignore collection on older PythonsJason R. Coombs2018-06-061-1/+7
* Remove crufty ignoresJason R. Coombs2018-06-061-3/+0
* Move ignores into conftest.pyJason R. Coombs2018-06-061-0/+12
* Use py.test to launch pytest, rather than python -m test, preventing the empt...Jason R. Coombs2016-12-101-17/+0
* Monkeypatch the 'setuptools.__file__' attribute in test setup to be absolute....Jason R. Coombs2016-12-011-0/+18
* Clean up conftest.pyJason R. Coombs2016-12-011-5/+4
* Add test to verify the install of Pypi top packagesThiebaud Weksteen2016-11-041-0/+7
* Move fixture to a fixtures module and make that fixture available globally.Jason R. Coombs2015-01-011-0/+1