Path to this page:
./
devel/py-test-runner,
Invoke py.test as distutils command with dependency resolution
Branch: CURRENT,
Version: 5.2,
Package name: py37-test-runner-5.2,
Maintainer: pkgsrc-usersSetup scripts can use pytest-runner to add setup.py test support
for pytest runner.
Required to run:[
devel/py-setuptools] [
devel/py-test] [
devel/py-setuptools_scm] [
lang/python37]
Required to build:[
pkgtools/cwrappers]
Master sites:
SHA1: 3427663b575c5d885ea3869a1be09aca36517f74
RMD160: 57cee5045f0b8d5add73e80736b30da6ab095e20
Filesize: 15.17 KB
Version history: (Expand)
- (2019-10-27) Updated to version: py37-test-runner-5.2
- (2019-10-25) Updated to version: py37-test-runner-5.1
- (2019-02-15) Updated to version: py27-test-runner-4.4
- (2018-03-19) Updated to version: py27-test-runner-4.2
- (2018-02-13) Updated to version: py27-test-runner-4.0
- (2017-11-23) Package has been reborn
CVS history: (Expand)
2020-05-16 11:03:23 by Adam Ciarcinski | Files touched by this commit (11) |
Log message:
fix pytest versioned dep.
|
2020-05-16 10:37:22 by Adam Ciarcinski | Files touched by this commit (1) |
Log message:
py-test-runner: pytest from versioned deps.
|
2019-10-27 01:05:44 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-test-runner: updated to 5.2
5.2
* This project is deprecated.
|
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
|