summaryrefslogtreecommitdiff
path: root/ptr.py
Commit message (Collapse)AuthorAgeFilesLines
* Emit a warning when a future-unsupported setuptools version is detected. Ref ↵4.4Jason R. Coombs2019-02-141-0/+14
| | | | #43.
* Moved dependency check to runtime. Fixes #40.4.2Jason R. Coombs2018-03-181-0/+12
|
* Remove compatibility shims for Setuptools<27.3.0Jason R. Coombs2018-02-101-32/+4
|
* Use project_on_sys_path context from Setuptools 22.0.1.Jason R. Coombs2018-02-101-2/+3
|
* Collapse run and _super_run3.0.1Jason R. Coombs2018-02-101-8/+5
|
* Don't store the result_code. Just use it immediately.Jason R. Coombs2018-02-101-3/+3
|
* Avoid AttributeError when self.result_code was not set, such as when running ↵Jason R. Coombs2018-02-101-2/+1
| | | | with dry_run. Fixes #38.
* fix support for `dependency_links`Benoit Pierre2017-09-061-1/+4
|
* Correct logic in marker_passes. Ref #30.Jason R. Coombs2017-09-031-3/+3
|
* rework support for --allow-hosts/--index-urlBenoit Pierre2017-08-301-41/+47
| | | | Don't rely on patching `setuptools.Distribution`'s private member: `_egg_fetcher`.
* fix support for --extrasBenoit Pierre2017-08-301-3/+3
| | | | Correctly install extras with no markers.
* Merge commit 'bb6b39b'. Ref #28.2.11.1Jason R. Coombs2017-02-081-1/+1
|\
| * Fix issue in marker evaluation logic. Fixes #28.Jason R. Coombs2017-02-081-1/+1
| |
* | prevent mutating opts while iterating (#21)Eric Brunson2016-10-241-1/+1
| | | | | | | | Mutating a dict while iterating over its keys causes a RuntimeError in python 3. This update creates a list of keys to iterate over.
* | Reimplement run method to rely more on Setuptools' implementation when possible.Jason R. Coombs2016-09-181-6/+17
|/
* Enable subprocesses to inherit the dependency context. Fixes #20.Jason R. Coombs2016-09-181-13/+71
|
* Add a trivial test such that there is something to test (and pass).2.8Jason R. Coombs2016-05-251-0/+6
|
* Fix error in handling of --extras2.6.2Jason R. Coombs2015-08-191-1/+1
|
* Combine named and unnamed extras handling.2.6.1Jason R. Coombs2015-07-291-8/+8
|
* Add support for un-named, environment-specific extras.2.6Jason R. Coombs2015-07-281-0/+19
|
* Tabs for indentation.Jason R. Coombs2015-07-281-7/+7
|
* Use contextlib to simplify run-tests.Jason R. Coombs2015-02-031-8/+16
|
* Should have been the function, no the string reference.2.2.1Jason R. Coombs2015-01-071-1/+1
|
* Use same egg-cache-dir as used by setuptools 7.0 and later. Fixes #3.Jason R. Coombs2015-01-021-1/+3
|
* Fix --extras on Python 32.1.1Jason R. Coombs2014-08-281-2/+2
|
* Rename module for clarityJason R. Coombs2014-06-181-2/+2
|
* Removed deprecated functionality2.0Jason R. Coombs2013-05-181-25/+0
|
* Force exit on test failure1.2Jason R. Coombs2012-10-221-0/+2
|
* Added support for --addopts to ptr command1.1b1Jason R. Coombs2012-09-071-4/+14
|
* Moved docs into README1.0Jason R. Coombs2012-05-231-20/+3
| | | | Return result_code of test run in case setuptools can use it
* Renamed module to ptr and eliminated unnecessary package1.0b1Jason R. Coombs2012-05-061-0/+125