Path to this page:
./
devel/py-test-fixture-config,
Fixture configuration utils for py.test
Branch: CURRENT,
Version: 1.8.0,
Package name: py312-test-fixture-config-1.8.0,
Maintainer: pkgsrc-usersSimple configuration objects for Py.test fixtures. Allows you to skip tests
when their required config variables aren't set.
Required to run:[
devel/py-setuptools] [
devel/py-test] [
lang/python37]
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 9.741 KB
Version history: (Expand)
- (2024-11-03) Updated to version: py312-test-fixture-config-1.8.0
- (2024-05-06) Updated to version: py311-test-fixture-config-1.7.0nb2
- (2023-02-09) Updated to version: py310-test-fixture-config-1.7.0nb1
- (2022-01-05) Updated to version: py39-test-fixture-config-1.7.0nb1
- (2021-10-07) Updated to version: py39-test-fixture-config-1.7.0
- (2019-06-14) Updated to version: py37-test-fixture-config-1.7.0
CVS history: (Expand)
2024-11-11 08:29:31 by Thomas Klausner | Files touched by this commit (862) |
Log message:
py-*: remove unused tool dependency
py-setuptools includes the py-wheel functionality nowadays
|
2024-11-03 08:56:29 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-test-fixture-config: updated to 1.8.0
1.8.0
* All: Drop support for Python 2 and <3.6, removing compatibility code.
* All: Use stdlib unittest.mock instead of mock package.
* All: Removed usage of path.py and path in favour of pathlib.
* pytest-devpi-server: Run devpi-init for initialisation.
* pytest-server-fixtures: BREAKING CHANGE: Removed RethinkDB support, as the \
project is no longer maintained.
* pytest-server-fixtures: Allowed passing through HTTP headers to the server.
* pytest-server-fixtures: Fixed threading log debug messages.
* pytest-server-fixtures: Removed usage of deprecated Thread.setDaemon.
* pytest-server-fixtures: Explicitly close initial Mongo client.
* pytest-server-fixtures: Don't use context manager for CREATE DATABASE
* pytest-shutil: Removed contextlib2 requirement.
* pytest-shutil: Fixed forcing color through termcolor.
* pytest-shutil: Replaced deprecated imp module
* pytest-profiling: Added support to hide/show the full path of file.
* pytest-profiling: Fixed SVG file generation on Windows.
* pytest-profiling: Remove pinning of more-itertools.
* pytest-profiling: Add support to define element number for print_stats()
* pytest-profiling: Fix mock in test_writes_summary
* pytest-virtualenv: Modernised package.
* pytest-virtualenv: Fixed virtualenv creation on Windows.
* pytest-virtualenv: Added delete_workspace parameter to VirtualEnv.
* pytest-virtualenv: Removed extras_require.
* ci: Remove usage of deprecated distutils.
* ci: Disabled jenkins server tests on CircleCI to improve build time.
* ci: Fixed `collections` import for py 3.11 compatibility
|
2024-08-10 08:24:25 by Thomas Klausner | Files touched by this commit (8) |
Log message:
*: fix build with latest setuptools
|
2024-05-06 00:43:11 by Thomas Klausner | Files touched by this commit (2) |
Log message:
py-test-fixture-config: convert to wheel.mk.
Bump PKGREVISION.
|
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-05-16 11:15:09 by Adam Ciarcinski | Files touched by this commit (4) |
Log message:
pytest from versioned depends
|