summaryrefslogtreecommitdiff
path: root/setuptools/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #853 from timheap/global-exclude-globJason R. Coombs2016-12-031-0/+12
|\
| * Fix #849 global-exclude globbingTim Heap2016-11-211-0/+12
* | cast the value to a bool so pytest doesn't try to eval itJason R. Coombs2016-12-011-1/+1
* | Merge pull request #843 from tweksteen/pypi_testsJason R. Coombs2016-12-011-2/+7
|\ \
| * | Change _add_defaults_data_files override and add unittestThiebaud Weksteen2016-11-211-2/+7
* | | Merge branch 'suppress-warning' of https://github.com/abstrus/setuptools into...Jason R. Coombs2016-12-011-1/+10
|\ \ \
| * | | Also suppress warning for a single file missingCharles Bouchard-Légaré2016-11-071-1/+10
| |/ /
* | | Evaluate the expression directly. Workaround for #860.Jason R. Coombs2016-11-291-1/+1
| |/ |/|
* | Skip failing test on appveyor until the cause can be uncovered. Ref #851.Jason R. Coombs2016-11-181-0/+2
* | Drop exception support for packages triggering win32com cache generation duri...Jason R. Coombs2016-11-181-16/+0
* | Extract namespace support functionality into a separate module.Jason R. Coombs2016-11-132-42/+47
* | Fix test failures on Python 2 and suppress test failures when PEP 420 is not ...Jason R. Coombs2016-11-131-1/+5
* | Merge commit 'cb75964' with fix added in 'e6d7c40'. Ref #805.Jason R. Coombs2016-11-131-0/+83
|\ \ | |/ |/|
| * Add test capturing (failing) expectation. Ref #805.Jason R. Coombs2016-11-131-0/+83
* | Fix quantity of blank lines.stepshal2016-10-1816-38/+5
* | Sort manifest file list in testsTim Heap2016-10-181-1/+19
* | Just skip these tests on Python 2.6.Jason R. Coombs2016-10-141-4/+9
* | Now running under tox, Python 2.6 gets a non-zero PYTHONHASHSEED, so tests ar...Jason R. Coombs2016-10-141-4/+0
* | Much faster implementation of FileList, for big egg_info speedupsTim Heap2016-10-151-14/+54
|/
* Find nested packages with excluded parentTim Heap2016-10-051-2/+2
* Note find_packages backwards incompatible changeTim Heap2016-09-261-0/+9
* Remove unused importJason R. Coombs2016-09-091-2/+0
* Make import unconditionalOfekmeister2016-08-201-1/+1
* Merge remote-tracking branch 'refs/remotes/pypa/master'Ofekmeister2016-08-203-33/+521
|\
| * Fix quantity of blank lines after code object, class of function definition.stepshal2016-08-202-0/+2
| * Rewrite test, dynamically generating the .tar.gz file, with help from dstufft...Jason R. Coombs2016-08-191-32/+18
| * Use six for python major version detectionJason R. Coombs2016-08-191-4/+6
| * Merge pull request #718 from dholth/masterJason R. Coombs2016-08-191-2/+25
| |\
| | * 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
| * | Copy FileList tests from distutilsTim Heap2016-08-171-9/+274
| * | Add tests for MANIFEST.inTim Heap2016-08-171-0/+210
* | | Fix issue #459Ofekmeister2016-08-161-0/+2
|/ /
* | Update test_msvc.pyJ. Goutin2016-08-021-2/+0
|/
* Try only applying one xfail.Jason R. Coombs2016-08-021-2/+3
* Change order of xfail, giving the unfiltered one precedence.Jason R. Coombs2016-08-021-1/+1
* Mark tests as xfail. Ref #704 Ref #709 Ref #710.Jason R. Coombs2016-08-022-0/+2
* Get six from externJason R. Coombs2016-08-011-1/+2
* Add coding headerJason R. Coombs2016-08-011-0/+2
* Add test capturing #709.Jason R. Coombs2016-08-011-0/+52
* The future is here! (Fix test failures on Python 2.7 introduced in 8cc9cd3c76).Jason R. Coombs2016-08-011-0/+3
* Remove unused importsJason R. Coombs2016-08-011-4/+0
* Build metadata programmatically to avoid weird double-newline removal.Jason R. Coombs2016-07-311-10/+15
* Extract variable for contentJason R. Coombs2016-07-311-13/+9
* Rewrite test_dist_info using pytest fixtures.Jason R. Coombs2016-07-311-38/+43
* Correct importJason R. Coombs2016-07-301-1/+1
* For now mark test as xfail until the issue can be diagnosed and resolved. Ref...Jason R. Coombs2016-07-301-0/+4
* Use the logic already vetted for determining ascii context.Jason R. Coombs2016-07-301-1/+1