aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/tests
Commit message (Expand)AuthorAgeFilesLines
* Correction for expected dict order when PYTHONHASHSEED=0Jason R. Coombs2016-04-201-6/+6
* Add docstrings explaining the intention of the test. Ref #553.Jason R. Coombs2016-04-201-0/+13
* It's not necessary to build a file with an empty egg_info.Jason R. Coombs2016-04-201-5/+0
* Move Python 2.6 exception into specific test, capturing that the expected ord...Jason R. Coombs2016-04-201-6/+12
* Extract method for validating the order.Jason R. Coombs2016-04-201-8/+14
* Remove superfluous sliceJason R. Coombs2016-04-201-2/+2
* DedentJason R. Coombs2016-04-201-16/+16
* Remove unused importJason R. Coombs2016-04-201-5/+0
* Use OrderedDict to retain deterministic ordering of version info in egg_info ...Jason R. Coombs2016-04-201-1/+1
* Preserve order of egg_info section in setup.cfgDavanum Srinivas2016-04-191-0/+62
* Restore evaluating environment markers in WorkingSetSteve Kowalik2016-04-051-3/+0
* Bypass environment marker evaluation in requirements resolution. Ref #523.Jason R. Coombs2016-03-311-0/+3
* Extract separate test for test_environment_markers in test_resources. Remove ...Jason R. Coombs2016-03-311-2/+2
* Support environment markers in *_requires, via WorkingSet.Steve Kowalik2016-03-241-8/+55
* Shift requirement parsing inside RequirementSteve Kowalik2016-03-011-1/+3
* Merge pull request series from Steve Kowalik for updated and unified marker i...Jason R. Coombs2016-02-192-64/+0
|\
| * Merge from master, resolving conflicts.Steve Kowalik2016-02-166-74/+178
| |\
| * \ Merge from default.Steve Kowalik2016-01-079-45/+49
| |\ \
| * \ \ Merge pull request #164. Fixes #122.Jason R. Coombs2015-12-252-64/+0
| |\ \ \
| | * \ \ Merge from master.Steve Kowalik2015-12-101-9/+9
| | |\ \ \
| | * | | | First shot at removing usage of _markerlib and switching to the PEP 508 imple...Steve Kowalik2015-12-102-64/+0
* | | | | | Remove unused importsJason R. Coombs2016-02-191-2/+1
* | | | | | Use pytest tmpdir fixture for simplicity and clarity.Jason R. Coombs2016-02-191-8/+4
| |_|_|_|/ |/| | | |
* | | | | Merged in darjus/setuptools (pull request #169)Jason R. Coombs2016-01-231-45/+0
|\ \ \ \ \
| * | | | | Remove JythonCommandSpec as it's not required on Jython 2.7 and setuptools no...Darjus Loktevic2016-01-111-45/+0
| | |_|_|/ | |/| | |
* | | | | Add test capturing failure. Ref #486.Jason R. Coombs2016-01-231-0/+10
* | | | | Get VersionConflict from pkg_resources.19.4Jason R. Coombs2016-01-161-1/+1
* | | | | Re-use tarfile_open for Python 2.6 compatibilty.Jason R. Coombs2016-01-161-6/+2
* | | | | Just use BytesIOJason R. Coombs2016-01-161-7/+1
* | | | | Merged in embray/setuptools (pull request #167)Jason R. Coombs2016-01-162-29/+173
|\ \ \ \ \
| * | | | | Adds the regression test for distribute issue 323 that I attached to #207. T...Erik Bray2015-12-312-29/+173
| |/ / / /
* / / / / Always use Python 3 version of mapJason R. Coombs2016-01-163-0/+5
|/ / / /
* | | | Modeling after Astropy's technique for bundling libraries, the imports are no...Jason R. Coombs2015-12-318-54/+10
* | | | Update vendoring technique to match that used for packaging. Ref #229.Jason R. Coombs2015-12-3110-12/+56
* | | | Merge with master. Ref #229.Jason R. Coombs2015-12-3114-380/+660
|\| | |
| * | | Wrap the result in a DirList to avoid tuple unpacking and unused variablesJason R. Coombs2015-12-251-3/+8
| * | | Merged pull request #151 - prep work for issue #450.Jason R. Coombs2015-12-252-23/+74
| |\ \ \
| | * | | Added test to ensure that egg_info applies MANIFEST.inLuke Plant2015-10-191-2/+17
| | * | | Pulled out some test code for re-use.Luke Plant2015-10-191-12/+14
| | * | | Added test utility for building files quickly.Luke Plant2015-10-192-11/+44
| * | | | Fix failing test on Windows due to path formatting bugsErik Bray2015-12-241-3/+8
| * | | | Fix failing test on Windows due to path separatorErik Bray2015-12-231-1/+1
| * | | | Use RawConfigParser instead of SafeConfigParser in PyPIConfig class. Interpol...Jason R. Coombs2015-12-141-1/+1
| * | | | Use SafeConfigParser in PyPIConfig file. Allows percent signs to be specified...Jason R. Coombs2015-12-141-1/+1
| * | | | Add test capturing InterpolationSyntaxError on Python 3. Ref #442Jason R. Coombs2015-12-141-1/+1
| * | | | Add test capturing InterpolationSyntaxError on Python 3 and KeyError on Python 2Jason R. Coombs2015-12-141-0/+21
| * | | | Add another test capturing violated expectation that SandboxViolation would b...Jason R. Coombs2015-12-131-0/+21
| * | | | caught is a better name hereJason R. Coombs2015-12-131-2/+2
| * | | | Refine test to not make additional references to exceptions in setuptools.san...Jason R. Coombs2015-12-131-4/+12
| * | | | Add test capturing infinite recursion. Ref #440.Jason R. Coombs2015-12-131-0/+10
| | |_|/ | |/| |