How to Install and Uninstall python3-pytest-postgresql.noarch Package on Fedora 35

Last updated: October 02,2024

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

Please follow the instructions below to install python3-pytest-postgresql.noarch on Fedora 35

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

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

Please follow the guidelines below to uninstall python3-pytest-postgresql.noarch on Fedora 35:

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

3. Information about the python3-pytest-postgresql.noarch package on Fedora 35

Last metadata expiration check: 3:14:04 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : python3-pytest-postgresql
Version : 3.1.2
Release : 1.fc35
Architecture : noarch
Size : 54 k
Source : python-pytest-postgresql-3.1.2-1.fc35.src.rpm
Repository : updates
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.