summaryrefslogtreecommitdiff
path: root/setuptools/tests
Commit message (Expand)AuthorAgeFilesLines
* Add test for build_multipartJason R. Coombs2016-05-311-0/+12
* Add test ref #261.Jason R. Coombs2016-05-221-0/+31
* getsitepackages may not be presentv21.2.0Jason R. Coombs2016-05-211-1/+1
* Prefer the amazing monkeypatch fixture from pytest to bespoke inline implemen...Jason R. Coombs2016-05-211-33/+10
* Remove unused importJason R. Coombs2016-05-211-1/+0
* Replace contextlib with decoratorLast G2016-05-191-8/+13
* Fix tests for working in environment without site.getsitepakagesLast G2016-05-191-1/+28
* Get site-packages dirs from site.py tooLast G2016-05-191-0/+4
* Convert tabs to spaces. Fixes #489.Jason R. Coombs2016-05-021-4/+4
* 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