Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Adapt tests to the new dist-info implementation | Anderson Bravalheri | 2023-05-03 | 1 | -3/+28 |
| | |||||
* | Fix dependency syntax error in test_dist_info | Michał Górny | 2023-01-21 | 1 | -1/+2 |
| | | | | | | | | | | | | Fix the install_requires used in test_dist_info to use the dangling syntax, in order to correctly handle markers. This fixes syntax error when parsed by packaging-22.0+, as well as setuptools warning: ``` UserWarning: One of the parsed requirements in `install_requires` looks like a valid environment marker: \'sys_platform != "linux"\' Make sure that the config is correct and check https://setuptools.pypa.io/en/latest/userguide/declarative_config.html#opt-2 warnings.warn(msg, UserWarning)\n' ``` | ||||
* | Update test_invalid_version to expect failure. | Jason R. Coombs | 2023-01-14 | 1 | -7/+20 |
| | |||||
* | ⚫ Fade to black. | Jason R. Coombs | 2023-01-14 | 1 | -11/+12 |
| | |||||
* | Fix problems with backup directory | Anderson Bravalheri | 2022-06-21 | 1 | -2/+2 |
| | |||||
* | Allow dist-info to keep original egg-info directory | Anderson Bravalheri | 2022-06-21 | 1 | -3/+10 |
| | | | | | | During a PEP 517 build, this directory can later be passed to ``build_py`` via the ``existing_egg_info_dir attribute`` (which in turn avoids re-running ``egg_info`` to create a manifest). | ||||
* | Ensure new options for dist-info work | Anderson Bravalheri | 2022-06-16 | 1 | -0/+21 |
| | |||||
* | Change dist_info to better control output directory | Anderson Bravalheri | 2022-06-15 | 1 | -0/+9 |
| | |||||
* | Fix reference to issue number | Anderson Bravalheri | 2022-03-30 | 1 | -1/+1 |
| | |||||
* | Test with different package names | Anderson Bravalheri | 2022-03-30 | 1 | -11/+12 |
| | |||||
* | Add comment explaining test | Anderson Bravalheri | 2022-03-29 | 1 | -0/+3 |
| | |||||
* | Capture expectation of invalid version warning | Anderson Bravalheri | 2022-03-29 | 1 | -0/+10 |
| | |||||
* | Test dist_info creates similar dir to bdist_wheel | Anderson Bravalheri | 2022-03-29 | 1 | -0/+70 |
| | |||||
* | Remove Python 2 compatibility | Jason R. Coombs | 2020-08-16 | 1 | -4/+0 |
| | |||||
* | Revert "Merge pull request #933 from pypa/feature/581-depend-not-bundle" | Jason R. Coombs | 2017-02-24 | 1 | -1/+1 |
| | | | | | This reverts commit 089cdeb489a0fa94d11b7307b54210ef9aa40511, reversing changes made to aaec654d804cb78dbb6391afff721a63f26a71cd. | ||||
* | Strip out vendored packages and require them instead. Ref #581. | Jason R. Coombs | 2017-01-01 | 1 | -1/+1 |
| | |||||
* | The future is here! (Fix test failures on Python 2.7 introduced in 8cc9cd3c76). | Jason R. Coombs | 2016-08-01 | 1 | -0/+3 |
| | |||||
* | Remove unused imports | Jason R. Coombs | 2016-08-01 | 1 | -4/+0 |
| | |||||
* | Build metadata programmatically to avoid weird double-newline removal. | Jason R. Coombs | 2016-07-31 | 1 | -10/+15 |
| | |||||
* | Extract variable for content | Jason R. Coombs | 2016-07-31 | 1 | -13/+9 |
| | |||||
* | Rewrite test_dist_info using pytest fixtures. | Jason R. Coombs | 2016-07-31 | 1 | -38/+43 |
| | |||||
* | Fix spacing after comment hash. | stepshal | 2016-07-14 | 1 | -2/+2 |
| | |||||
* | Shift requirement parsing inside Requirement | Steve Kowalik | 2016-03-01 | 1 | -1/+3 |
| | |||||
* | Merge from master, resolving conflicts. | Steve Kowalik | 2016-02-16 | 1 | -0/+2 |
|\ | |||||
| * | Always use Python 3 version of map | Jason R. Coombs | 2016-01-16 | 1 | -0/+2 |
| | | |||||
* | | First shot at removing usage of _markerlib and switching to the PEP 508 ↵ | Steve Kowalik | 2015-12-10 | 1 | -1/+0 |
|/ | | | | implementation in packaging. | ||||
* | Combine DALS implementations in textwrap module. | Jason R. Coombs | 2015-01-02 | 1 | -4/+1 |
| | |||||
* | Build requires using map | Jason R. Coombs | 2015-01-01 | 1 | -2/+2 |
| | |||||
* | Build a dict in a generator expression. | Jason R. Coombs | 2015-01-01 | 1 | -3/+4 |
| | |||||
* | Extract variables to nicen indentation. | Jason R. Coombs | 2015-01-01 | 1 | -4/+4 |
| | |||||
* | I'm pretty sure this deviance was incidental. | Jason R. Coombs | 2015-01-01 | 1 | -1/+0 |
| | |||||
* | Extract commonality of metadata template. | Jason R. Coombs | 2015-01-01 | 1 | -17/+20 |
| | |||||
* | Use contexts for opening files | Jason R. Coombs | 2015-01-01 | 1 | -8/+2 |
| | |||||
* | Convert test_dist_info to pytest form | Jason R. Coombs | 2015-01-01 | 1 | -15/+8 |
| | |||||
* | Merge Vinay Sajip's unified Python 2/3 support from distribute 3 | Jason R. Coombs | 2013-06-18 | 1 | -6/+6 |
|\ | | | | | | | | | --HG-- branch : distribute | ||||
| * | Issue #329: Properly close files created by tests for compatibility with Jython. | Arfrever Frehtes Taifersar Arahesis | 2012-10-24 | 1 | -2/+6 |
| | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 09c503106ef73b7694e13443ae899666652922a4 | ||||
* | | Fixed some resource leaks. | Vinay Sajip | 2012-10-10 | 1 | -18/+25 |
|/ | | | | | | --HG-- branch : distribute extra : source : 98c929e25fee11a99eb125dd9a13521321d68dd3 | ||||
* | skip markerlib tests on Python < 2.6 (no ast compilation) | Daniel Holth | 2012-09-17 | 1 | -3/+3 |
| | | | | | | --HG-- branch : distribute extra : rebase_source : 2044b531becb5ca6882bfb3b59ab53aac2c8ae2e | ||||
* | add markerlib as _markerlib | Daniel Holth | 2012-08-25 | 1 | -5/+7 |
| | | | | | | --HG-- branch : distribute extra : rebase_source : b9d8fa81db6c6fc3d89db54a70778eb3e8396e17 | ||||
* | Got rid of deprecated assert_ and assertEquals. | Lennart Regebro | 2012-08-22 | 1 | -3/+3 |
| | | | | | | --HG-- branch : distribute extra : rebase_source : 9d7032bac7db98e445ab6a46b2610c278c691c2d | ||||
* | Use compatible skipIf | Jason R. Coombs | 2012-07-22 | 1 | -2/+2 |
| | | | | | | --HG-- branch : distribute extra : rebase_source : 4964057db0c3186c1c8b9e934cf23f1b4ddcb167 | ||||
* | Added python 2.4-2.6 support for skipIf | Jason R. Coombs | 2012-07-22 | 1 | -0/+2 |
| | | | | | | --HG-- branch : distribute extra : rebase_source : cac18ef7c3dbde38ceac3a0c71cfb3b5ffa56dd5 | ||||
* | Use DALS to avoid breaking indentation in test setup. Removed flag ↵ | Jason R. Coombs | 2012-07-22 | 1 | -22/+26 |
| | | | | | | | | indicating presence of module. --HG-- branch : distribute extra : rebase_source : 48d8347f667ec05c28505bc76880dcd64dc43204 | ||||
* | Updated imports, removed excess whitespace | Jason R. Coombs | 2012-07-22 | 1 | -14/+17 |
| | | | | | | --HG-- branch : distribute extra : rebase_source : a2cc4dde8a9a5de8c92e277099610e507fce2973 | ||||
* | improve .dist-info test | Daniel Holth | 2012-07-07 | 1 | -3/+13 |
| | | | | | | --HG-- branch : distribute extra : rebase_source : 23b6b4023d413bf1b27b114687da8736a4b38d8b | ||||
* | test .dist-info distributions | Daniel Holth | 2012-07-07 | 1 | -0/+55 |
--HG-- branch : distribute extra : rebase_source : ea6870d73aa69f2deacc50beb2e257d3c21073e4 |