Automatic conversion of the NetBSD pkgsrc CVS module, use with care
d034d09fc0
pytest 4.2.1: Bug Fixes - The pytest_report_collectionfinish hook now is also called with --collect-only. - Do not raise UsageError when an imported package has a pytest_plugins.py child module. - Fix output capturing when using pdb++ with recursive debugging. - Fix handling of collect_ignore via parent conftest.py. - Fix regression where setUpClass would always be called in subclasses even if all tests were skipped by a unittest.skip() decorator applied in the subclass. - Fix parametrize(... ids=<function>) when the function returns non-strings. - Fix/improve collection of args when passing in __init__.py and a test file. - more_itertools is now constrained to <6.0.0 when required for Python 2.7 compatibility. - Fix "ValueError: Plugin already registered" exceptions when running in build directories that symlink to actual source. Improved Documentation - Add note to plugins.rst that pytest_plugins should not be used as a name for a user module containing plugins. - Document how to use raises and does_not_raise to write parametrized tests with conditional raises. - Document how to customize test failure messages when using pytest.warns. Trivial/Internal Changes - Some verbosity related attributes of the TerminalReporter plugin are now read only properties. |
||
---|---|---|
archivers | ||
audio | ||
benchmarks | ||
biology | ||
bootstrap | ||
cad | ||
chat | ||
comms | ||
converters | ||
cross | ||
databases | ||
devel | ||
distfiles | ||
doc | ||
editors | ||
emulators | ||
filesystems | ||
finance | ||
fonts | ||
games | ||
geography | ||
graphics | ||
ham | ||
inputmethod | ||
lang | ||
licenses | ||
math | ||
mbone | ||
meta-pkgs | ||
misc | ||
mk | ||
multimedia | ||
net | ||
news | ||
packages | ||
parallel | ||
pkgtools | ||
regress | ||
security | ||
shells | ||
sysutils | ||
templates | ||
textproc | ||
time | ||
wm | ||
www | ||
x11 | ||
Makefile | ||
pkglocate | ||
README |
$NetBSD: README,v 1.21 2019/01/29 03:11:03 gutteridge Exp $ pkgsrc is a framework for building software on UNIX-like systems. To use, bootstrap using: cd pkgsrc/bootstrap/ ./bootstrap build packages, use: cd pkgsrc/category/package-name $PREFIX/bin/bmake install Where $PREFIX is where you've chosen to install packages (typically /usr/pkg) Bugs and patches can be filed in the following link (use category 'pkg'): https://www.netbsd.org/cgi-bin/sendpr.cgi?gndb=netbsd To fetch the main CVS repository: cvs -d anoncvs@anoncvs.NetBSD.org:/cvsroot checkout -P pkgsrc It's also possible to contribute through pkgsrc wip (work in progress), for more information, see http://pkgsrc.org/wip/users/ Please see doc/pkgsrc.txt for information.