summaryrefslogtreecommitdiff
path: root/pkg_resources/api_tests.txt
Commit message (Collapse)AuthorAgeFilesLines
* Drop support for Python 2.6, removing lots of compatibility code for a ↵Jason R. Coombs2016-12-091-2/+2
| | | | leaner, cleaner codebase. Fixes #878.
* Correct tests after the move to packaging 16.1.Steve Kowalik2016-02-091-14/+14
|
* Destroy MarkerEvaluation for being pointless, fix two silly mistakes in ↵Steve Kowalik2016-01-071-1/+1
| | | | tests and update packaging changes.
* Add tests capturing platform_python_implementation and implementation_versionJason R. Coombs2015-12-251-1/+7
|
* First shot at removing usage of _markerlib and switching to the PEP 508 ↵Steve Kowalik2015-12-101-47/+17
| | | | implementation in packaging.
* Add support for python_platform_implementation environment markerAndy Freeland2015-09-101-0/+3
| | | | | | This patch adds support for the 'python_platform_implementation' environment marker as defined by PEP-0426: https://www.python.org/dev/peps/pep-0426/#environment-markers
* Remove now deprecated test capturing failure of range comparison operators ↵Jason R. Coombs2015-06-071-3/+0
| | | | (Ref #380).
* Add tests capturing expectation for range comparison operators (Ref #380).Jason R. Coombs2015-06-071-0/+6
|
* And again in doctestJason R. Coombs2015-01-041-2/+1
|
* Update API docs to reflect relocation of pkg_resources from module to package.Jason R. Coombs2014-12-251-1/+1
|
* Move api_tests to pkg_resources package. Fixes #312.Jason R. Coombs2014-12-251-0/+420