summaryrefslogtreecommitdiff
path: root/setuptools/tests/test_build_ext.py
Commit message (Expand)AuthorAgeFilesLines
* Support caplog and capsys now that logs go through logging.Jason R. Coombs2022-10-051-4/+14
* Fix flake8 errorAnderson Bravalheri2022-08-121-0/+1
* Add test for non-optional extensionsAnderson Bravalheri2022-08-121-20/+36
* Replicate error in issue 3510Anderson Bravalheri2022-08-121-0/+20
* Remove debugging codeAnderson Bravalheri2022-06-191-1/+0
* Make it possible for build_ext to export the output mappingAnderson Bravalheri2022-06-191-0/+93
* Fix extension in testSteve Dower2021-07-121-1/+1
* Override PyPy case in testSteve Dower2021-07-121-1/+11
* Fixes #2722: Adds an environment variable SETUPTOOLS_EXT_SUFFIX to override t...Steve Dower2021-07-101-0/+26
* Modify existing tests to be compatible with future underscore changeMelissa Li2021-03-021-1/+1
* Switch to jaraco.path for building filesJason R. Coombs2021-02-201-2/+3
* Remove Python 2 compatibilityJason R. Coombs2020-08-161-3/+1
* fix test for deprecation warningmattip2020-07-021-1/+1
* test: add a simple regression test for `build_ext`Benoit Pierre2019-01-281-0/+70
* Revert "Merge pull request #933 from pypa/feature/581-depend-not-bundle"Jason R. Coombs2017-02-241-1/+1
* Strip out vendored packages and require them instead. Ref #581.Jason R. Coombs2017-01-011-1/+1
* Fix quantity of blank lines.stepshal2016-10-181-1/+0
* Fix quantity of blank lines after code object, class of function definition.stepshal2016-08-201-0/+1
* Use six for python major version detectionJason R. Coombs2016-08-191-4/+6
* gate test against get_abi3_suffix()Daniel Holth2016-08-051-1/+1
* rename is_abi3 to py_limited_apiDaniel Holth2016-08-051-1/+1
* call finalize_options in testDaniel Holth2016-08-051-2/+7
* use abi3 extension if Extension().is_abi3Daniel Holth2016-08-031-1/+19
* Fix quantity of blank lines after code object.stepshal2016-07-131-0/+2
* Remove superfluous commentJason R. Coombs2015-01-011-3/+0
* Use pytest for test discovery in build_extJason R. Coombs2015-01-011-2/+1
* Remodel comment as docstring.Jason R. Coombs2015-01-011-3/+5
* Use namespacing for easier readingJason R. Coombs2015-01-011-2/+3
* Clean some imports.Arfrever Frehtes Taifersar Arahesis2014-02-151-2/+1
* make sure setuptools does like distutils in get_ext_filename fixes #41tarek2009-09-201-0/+20