aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/tests/test_sdist.py
Commit message (Expand)AuthorAgeFilesLines
* Fix for Python 4: replace unsafe six.PY3 with PY2Hugo2020-01-081-16/+16
* Fix latin1 and utf8 tests on Python 2Jason R. Coombs2020-01-011-2/+11
* Restore Python 2.7 compatibilityJason R. Coombs2020-01-011-5/+1
* Remove unused importJason R. Coombs2019-12-311-1/+0
* Remove instance attribute; rely on tmpdir fixture; re-use touch helper.Jason R. Coombs2019-12-311-8/+7
* Rewrite TestSdistTest setup/teardown_method as pytest fixture.Jason R. Coombs2019-12-311-18/+17
* Restore Python 2.7 compatibilityfeature/include-pyproject.tomlJason R. Coombs2019-12-311-0/+2
* Add test for exclusion expectation. Ref #1650.Jason R. Coombs2019-12-311-0/+16
* include pyproject.toml in sdist (#1632)Alexander Duryagin2019-01-111-0/+14
* Add tests for setup.py inclusionShashank Singh2018-11-021-3/+43
* Mark Py 2/3-only tests as skip instead of xfailNikolaus Waxweiler2018-10-271-1/+1
* Move filename fixtures to a 'text' module so they can use unicode literals.Jason R. Coombs2017-10-111-15/+8
* Expect failure on macOS 10.13 and other operating systems where writing latin...Jason R. Coombs2017-10-111-0/+18
* Feed the hobgoblins (delint).Jason R. Coombs2017-10-111-3/+5
* Collapse encoding detectionJason R. Coombs2017-10-111-4/+3
* Use natural byte literals in test_sdistJason R. Coombs2017-10-111-17/+11
* Remove meaningless commendJason R. Coombs2017-10-111-1/+0
* Revert "Merge pull request #933 from pypa/feature/581-depend-not-bundle"Jason R. Coombs2017-02-241-2/+2
* Strip out vendored packages and require them instead. Ref #581.Jason R. Coombs2017-01-011-2/+2
* Change _add_defaults_data_files override and add unittestThiebaud Weksteen2016-11-211-2/+7
* Fix quantity of blank lines.stepshal2016-10-181-5/+0
* Fix quantity of blank lines after code object.stepshal2016-07-131-1/+0
* Always use Python 3 version of mapJason R. Coombs2016-01-161-0/+1
* Modeling after Astropy's technique for bundling libraries, the imports are no...Jason R. Coombs2015-12-311-6/+1
* Update vendoring technique to match that used for packaging. Ref #229.Jason R. Coombs2015-12-311-1/+7
* Merge with master. Ref #229.Jason R. Coombs2015-12-311-128/+114
|\
| * Use io.open for future compatibility and consistencyJason R. Coombs2015-12-091-9/+9
| * Expect fail when LC_ALL=CJason R. Coombs2015-12-011-0/+1
| * Expect failure running Python 3 only tests on Python 2Jason R. Coombs2015-12-011-104/+106
| * Try setting LC_CTYPE alsoJason R. Coombs2015-12-011-6/+2
| * WTFJason R. Coombs2015-12-011-0/+1
| * Try inlining the xfail marker.Jason R. Coombs2015-12-011-2/+2
| * Expect failures on these tests due to ASCIIJason R. Coombs2015-12-011-3/+5
| * Add EntryPoint.resolve and deprecate most usage of EntryPoint.load. Removed E...11.3Jason R. Coombs2015-01-051-1/+1
| * Remove try/except/fail - Exceptions are failures by default.Jason R. Coombs2015-01-041-16/+4
| * Use except/as, now supported by Python 2.6Jason R. Coombs2015-01-041-8/+4
* | Merge with 10.2.1Jason R. Coombs2015-01-021-166/+48
|\|
| * Converted sdist tests to pytestJason R. Coombs2015-01-021-30/+25
| * Use pytest for skipsJason R. Coombs2015-01-011-3/+5
| * Use underlying invocation of ._load directlyJason R. Coombs2014-12-311-1/+1
| * Add test capturing requirement. Ref #320.Jason R. Coombs2014-12-311-0/+18
| * Removed svn support from setuptools. Ref #313.Jason R. Coombs2014-12-241-133/+1
* | Merge with 6.0.2Jason R. Coombs2014-09-291-0/+28
|\|
| * sdist command: fix case insensitivity when adding some files to filelistRandy Syring2014-09-201-0/+28
* | Use six for Python 2 compatibilityJason R. Coombs2014-07-051-14/+15
|/
* Add whitespace for readability.Jason R. Coombs2014-05-171-1/+1
* Must create files for tests, else they are remoed from manifestsJason R. Coombs2014-05-171-0/+3
* Must create files for tests, else they are remoed from manifestsPhilip Thiem2014-05-171-6/+9
* est_manifest_is_written_with_utf8_encoding should use the filelist's append, ...Philip Thiem2014-05-171-1/+1
* Remove unused importJason R. Coombs2014-05-171-1/+0