How to Install and Uninstall python3-pytest-postgresql.noarch Package on CentOS Stream 9

Last updated: November 28,2024

1. Install "python3-pytest-postgresql.noarch" package

This guide covers the steps necessary to install python3-pytest-postgresql.noarch on CentOS Stream 9

$ sudo dnf update $ sudo dnf install python3-pytest-postgresql.noarch

2. Uninstall "python3-pytest-postgresql.noarch" package

Here is a brief guide to show you how to uninstall python3-pytest-postgresql.noarch on CentOS Stream 9:

$ sudo dnf remove python3-pytest-postgresql.noarch $ sudo dnf autoremove

3. Information about the python3-pytest-postgresql.noarch package on CentOS Stream 9

Last metadata expiration check: 2:24:43 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : python3-pytest-postgresql
Version : 3.1.3
Release : 3.el9
Architecture : noarch
Size : 54 k
Source : python-pytest-postgresql-3.1.3-3.el9.src.rpm
Repository : epel
Summary : A pytest plugin for PostgreSQL database integration
URL : https://github.com/ClearcodeHQ/pytest-postgresql
License : LGPLv3+
Description : This is a pytest plugin, that enables you to test your code that relies on a
: running PostgreSQL Database. It allows you to specify fixtures for PostgreSQL
: process and client.