2023-04-24 09:18:17 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-test-forked: updated to 1.6.0
v1.6.0
* Relaxed dependency requirements
v1.5.0
* Dropped support for Python 3.6.
* Added official support for Python 3.11.
|
2022-09-29 12:08:39 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-test-forked: updated to 1.4.0
v1.4.0
* Dropped support for Python 2.7 and 3.5.
* Added official support for Python 3.10.
|
2022-01-13 20:31:25 by Thomas Klausner | Files touched by this commit (43) |
Log message:
*: setuptools_scm: switch to versioned_dependencies
|
2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595) |
Log message:
*: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
|
2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016) |
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Could not be committed due to merge conflict:
devel/py-traitlets/distinfo
The following distfiles were unfetchable (note: some may be only fetched
conditionally):
./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
|
2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017) |
Log message:
devel: Remove SHA1 hashes for distfiles
|
2020-10-23 14:15:55 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-test-forked: updated to 1.3.0
v1.3.0
* Add support for pytest 6
* Replace `@pytest.mark.tryfirst` with newer `@pytest.hookimpl`
* Invoke `pytest_runtest_logstart` and `pytest_runtest_logfinish` hooks in \
`runtest_protocol`
v1.2.0
* Add limited support for xfail marker
* Fix support for pytest 5.4.0+
* Drop support for Python 3.4 as it is EOL
|
2020-05-16 11:15:09 by Adam Ciarcinski | Files touched by this commit (4) |
Log message:
pytest from versioned depends
|
2019-10-24 14:48:54 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-test-forked: updated to 1.1.3
v1.1.3
* Another dummy release to sort out missing wheels (hopefully).
v1.1.2
* Another dummy release to sort out missing wheels (hopefully).
v1.1.1
* Dummy release to sort out CI issues.
v1.1.0
* New marker `pytest.mark.forked` to fork before individual tests.
|
2019-02-15 09:50:14 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-test-forked: updated to 1.0.2
v1.0.2
* Fix support for pytest 4.2.
|