summaryrefslogtreecommitdiff
path: root/setuptools/tests/test_egg_info.py
Commit message (Expand)AuthorAgeFilesLines
* DelintJason R. Coombs2017-07-131-1/+1
* extract variable for expected_requires.Jason R. Coombs2017-07-131-4/+5
* Extract the creation of the mismatch marker.Jason R. Coombs2017-07-131-13/+21
* Restore test that includes an environment marker.Jason R. Coombs2017-07-131-0/+6
* fix handling of environment markers in `install_requires`Benoit Pierre2017-07-131-5/+10
* 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
* Drop support for 'tag_svn_version' distribution option. Fixes #619.Jason R. Coombs2017-01-011-5/+2
* Spelling fixesVille Skyttä2016-12-071-1/+1
* Also suppress warning for a single file missingCharles Bouchard-Légaré2016-11-071-1/+10
* Fix quantity of blank lines.stepshal2016-10-181-1/+0
* 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
* Also update the Metadata-Version when adding Requires-PythonXavier Fernandez2016-07-211-2/+4
* Merge pull request #631 from xavfernandez/xfernandez/python_requiresJason R. Coombs2016-07-201-0/+24
|\
| * Add basic tests and docs for python_requiresXavier Fernandez2016-07-141-0/+24
* | Match closing bracket identation of opening bracket's line.stepshal2016-07-141-1/+1
|/
* Fix quantity of blank lines after code object.stepshal2016-07-131-0/+1
* 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
* Always use Python 3 version of mapJason R. Coombs2016-01-161-0/+2
* 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-251-23/+42
|\
| * 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-191-11/+12
* | Move test into pkg_resources testsJason R. Coombs2015-11-281-85/+0
* | Add tests ref #419.Eric Larson2015-11-151-5/+91
|/
* Extract fixture for the environment.Jason R. Coombs2015-01-021-37/+47
* Use update to set the home environment variable.Jason R. Coombs2015-01-021-2/+3
* Extract method for _find_egg_info_files.Jason R. Coombs2015-01-021-5/+13
* Use trailing comma for consistency.Jason R. Coombs2015-01-021-1/+2
* Rewrite command construction for clarity.Jason R. Coombs2015-01-021-5/+8
* Rewrite config generationJason R. Coombs2015-01-021-2/+5
* Rewrite paths construction as generator expression.Jason R. Coombs2015-01-021-4/+6
* Use contexts for tempdir generationJason R. Coombs2015-01-021-7/+3
* Replace cluttered script generation with multiline stringsJason R. Coombs2015-01-021-10/+18
* Rewrite test using pytest.Jason R. Coombs2015-01-021-26/+13