2019-10-25 11:41:54 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-test-runner: updated to 5.1
5.1:
Surgically restore support for older setuptools versions.
5.0
Prefer pyproject.toml
Refresh package metadata.
This release now intentionally introduces the changes unintionally brought about \
in 4.5 and 4.3, where the adoption of declarative config adds a new requirement \
on setuptools 30.4 or later. On systems running older setuptools, installation \
of pytest-runner via easy_install (or setup_requires), will result in a \
DistributionNotFound exception.
All projects should pin to pytest-runner < 5 or upgrade the environment to \
setuptools >= 30.4 (prior to invoking setup.py).
|
2019-02-15 09:52:38 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-test-runner: updated to 4.4
4.4
* Detect condition where declarative config will cause
errors and emit a UserWarning with guidance on necessary
actions.
4.3.1
* Re-release of 4.2 to supersede the 4.3 release which
proved to be backward-incompatible in that it requires
setuptools 30.4 or possibly later (to install). In the future, a
backward-incompatible release will re-release these changes.
For projects including pytest-runner, particularly as
setup_requires, if support for older setuptools is required,
please pin to pytest-runner < 5.
|
2018-03-20 15:33:29 by Thomas Klausner | Files touched by this commit (1) |
Log message:
py-test-runner: comment out py-test-flake8 dependency
It is a test dependency, but we can't add it since it would introduce
a cyclic dependency.
|
2018-03-19 11:22:57 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-test-runner: updated to 4.2
4.2:
Remove declared dependency and instead assert it at run time.
4.1:
Declare dependency on Setuptools in package metadata.
|
2018-02-13 22:20:23 by Adam Ciarcinski | Files touched by this commit (1) |
Log message:
Removed not-yet-imported DEPENDency
|
2018-02-13 14:30:41 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-test-runner: updated to 4.0
4.0
* Drop support for Setuptools before Setuptools 27.3.0.
|
2017-11-02 14:18:23 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-test-runner: updated to 3.0
3.0
Dropped support for Python 2.6 and 3.1.
|
2017-09-07 17:02:43 by Adam Ciarcinski | Files touched by this commit (3) |
Log message:
2.12.1:
Fix support for dependency_links.
2.12:
Rework support for --allow-hosts and --index-url, removing dependence on \
setuptools.Distribution's private member. Additionally corrects logic in marker \
evaluation along with unit tests!
|
2017-02-17 15:47:43 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Updated py-test-runner to 2.11.1.
Fix test target.
2.11.1
~~~~~~
* #28: Fix logic in marker evaluation.
|
2017-02-05 20:10:11 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Updated py-test-runner to 2.11.
2.11
~~~~
* #27: Improved wording in the README around configuration
for the distutils command and pytest proper.
|