-
python3-pytest-xdist-3.6.1-5.lbn36.noarch
The pytest-xdist plugin extends pytest with new test execution modes,
the most used being distributing tests across multiple CPUs
to speed up test execution:
pytest -n auto
With this call, pytest will spawn a number of workers processes equal
to the number of available CPUs, and distribute the tests randomly across them.
Located in
LBN
/
…
/
CI/CD
/
BastionLinux 36
-
python3-pytest-xprocess-0.18.1-2.fc36.noarch
Experimental py.test <>_ plugin for managing processes across test runs.Usage
install via:: pip install pytest-xprocessThis will provide a xprocess fixture
which helps you to ensure that one ore more longer-running processes are
present for your tests. You can use it to start and pre-configure test-specific
databases (Postgres, Couchdb, ...).Additionally there are two new command
line...
Located in
LBN
/
…
/
CI/CD
/
BastionLinux 36
-
python3-pytest-xvfb-2.0.0-4.fc36.noarch
With Xvfb and the plugin installed, your testsuite automatically runs with
Xvfb. This allows tests to be run without windows popping up during GUI tests
or on systems without a display (like a CI).
If Xvfb is not installed, the plugin does not run and your tests will still
work as normal. However, a warning message will print to standard output
letting you know that Xvfb is not installed.
If you're currently using xvfb-run in something like .travis.yml, simply remove
it and install this plugin instead - then you'll also have the benefits of Xvfb
locally.
Located in
LBN
/
…
/
CI/CD
/
BastionLinux 36
-
python3-sphinx-pytest-0.1.1-1.lbn36.noarch
Helpful pytest fixtures for sphinx extensions.
This extension provides pytest fixtures to "simulate" converting
some source text to docutils AST at different stages; before transforms,
after transforms, etc.
Located in
LBN
/
…
/
CI/CD
/
BastionLinux 36
-
python3-django-add-default-value-0.10.0-1.lbn36.noarch
Django Add Default Value Django Migration Operation that can be used to
transfer a field's default value to the database scheme.[ <
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
python3-django-anymail-9.1-1.lbn36.noarch
Anymail: Django email integration for transactional ESPs .. This README is
reused in multiple places: * Github: project page, exactly as it appears here *
Docs: shared-intro section gets included in docs/index.rst quickstart section
gets included in docs/quickstart.rst * PyPI: project page (via setup.py
long_description), with several edits to freeze it to the specific PyPI release
(see...
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
python3-django-dbconn-retry-0.1.7-1.lbn36.noarch
Django Database Connection Autoreconnect
This library monkeypatches django.db.backends.base.BaseDatabaseWrapper so
that when a database operation fails because the underlying TCP connection was
already closed, it first tried to reconnect, instead of immediately raising
an OperationException.
Why is this useful?
I use HAProxy as a load-balancer in front of my PostgreSQL databases all
the time, sometimes in addition to pgbouncer. Even though you can mostly
prevent surprises by enabling TCP keep-alive packets through tcpka,
clitcpka and srvtcpka, I still encounter situations where the
underlying TCP connection has been closed through the load-balancer. Most often
this results in
django.db.utils.OperationalError: server closed the connection unexpectedly
This probably means the server terminated abnormally before or while
processing the request.
This library patches Django such that it try to reconnect once before failing.
Another application of this is when using Hashicorp Vault, where
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
python3-django-deprecate-fields-0.1.1-1.lbn36.noarch
Django - Deprecate Field[![PyPi]( [![License]( [![Contributing]( [![3yourminD-
Careers]( [![Stars](
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
python3-django-log-request-id-2.1.0-1.lbn36.noarch
django-log-request-id **Django middleware and log filter to attach a unique ID
to every log message generated as part of a request.****Author:** Jamie
Matthews, [@j4mie]( Status]( [33031a43fc244539895fef70c433337e]
myproject.apps.myapp.views: Doing something in a view DEBUG
[33031a43fc244539895fef70c433337e] myproject.apps.myapp.forms: The form
validated successfully! DEBUG...
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36