summaryrefslogtreecommitdiff
path: root/setuptools/tests/test_egg_info.py
Commit message (Expand)AuthorAgeFilesLines
* setuptools: fix regression with `egg_info` commandBenoit Pierre2018-08-211-0/+16
* Use Python 3 syntax for new-style clasessJason R. Coombs2018-06-031-2/+4
* Drop support for EOL Python 3.3Hugo2018-05-241-1/+1
* Tests in test_egg_info no longer invoke 'setup.py install', but instead focus...Jason R. Coombs2018-05-161-39/+11
* Don't require network in testsJeremy Bowman2018-05-161-8/+8
* tests: Add regression test for #1081Stephen Finucane2018-03-261-0/+12
* provide a failing test case for regression introduced in b2ea3c4a - spurious ...wim glenn2018-03-161-0/+17
* Updates for PEP 566 (Metadata 2.1)Dustin Ingram2018-03-141-0/+19
* Merge branch 'master' into masterJason R. Coombs2018-01-041-7/+35
|\
| * Add test asserting that install_requires parameters cannot be unordered. Ref ...Jason R. Coombs2017-11-251-14/+11
| * Add another test demonstrating that if requirements are declared in a non-det...Jason R. Coombs2017-11-251-0/+14
| * Add two tests demonstrating that requires.txt generation is deterministic. Re...Jason R. Coombs2017-11-251-0/+14
| * Cleanup indentationJason R. Coombs2017-11-251-7/+10
* | Support PEP 345 Project-URL metadataJeremy Stanley2017-11-221-0/+30
|/
* Merge branch 'master' into drop-py26Jason R. Coombs2017-11-191-2/+4
|\
| * Clean up resource warnings during testsJon Dufresne2017-09-161-2/+4
* | Merge branch 'master' into drop-py26Jason R. Coombs2017-09-031-36/+249
|\ \ | |/
| * Add test_long_description_content_typeMarc Abramowitz2017-08-281-0/+25
| * fix requires handling when using setup.cfgBenoit Pierre2017-08-021-141/+193
| * do not strip empty sections in `extras_require`Benoit Pierre2017-07-251-0/+18
| * Revert "fix `install_requires` handling of extras"Benoit Pierre2017-07-231-6/+36
| * fix `install_requires` handling of extrasBenoit Pierre2017-07-151-1/+32
| * fix `extras_require` handlingBenoit Pierre2017-07-151-4/+43
| * 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
* | Drop support for Python 2.6, removing lots of compatibility code for a leaner...Jason R. Coombs2016-12-091-8/+0
|/
* 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