python-testing.mysqld 1.4.0-6 source package in Ubuntu
Changelog
python-testing.mysqld (1.4.0-6) unstable; urgency=medium * debian/rules - disable tests, until someone fixes them; Closes: #978259 * debian/control - bump b-d on testing.common.database to >= 2.0.3, needed to support the new location of collections.abc.Callable, see #1002361 -- Sandro Tosi <email address hidden> Sun, 19 Jun 2022 13:40:23 -0400
Upload details
- Uploaded by:
- Debian Python Team
- Uploaded to:
- Sid
- Original maintainer:
- Debian Python Team
- Architectures:
- all
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Noble | release | universe | misc | |
Mantic | release | universe | misc | |
Lunar | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
python-testing.mysqld_1.4.0-6.dsc | 2.3 KiB | 9e90474efd0c258fa279e5f660e06a97ca5e2c59ced0494b975b64eecefc6252 |
python-testing.mysqld_1.4.0.orig.tar.gz | 9.6 KiB | 4d2df85468ef0ac33f9f439739b3764f184af2fc102a017de2a32962ed5618bb |
python-testing.mysqld_1.4.0-6.debian.tar.xz | 4.8 KiB | 441e27db25cbb13f23549527c48c0559b742b37100dc6112989518c193ef4bb1 |
Available diffs
- diff from 1.4.0-4 to 1.4.0-6 (1.4 KiB)
- diff from 1.4.0-5 to 1.4.0-6 (687 bytes)
No changes file available.
Binary packages built by this source
- python3-testing.mysqld: Python testing.* framework - MySQL helpers (Python 3)
The testing.* Python modules provide a framework for Python unit test suites
that need to run tests against servers, like network-based DBMSs.
.
testing.mysqld contains helper classes to work with a temporary
MySQL server. It automatically sets up a MySQL instance in a
temporary directory, and destroys it after testing.
.
This package contains the Python 3 version.