Patches setuptools.command.test with mock
Project description
Stub for setuptools.command.test
This package provides a stub for the setuptools.command.test command, which can be used to work around issues with setuptools upgrades that break the test command.
Installation
Install the package using your preferred package manager:
pip install setuptools-test-command-stub
Or poetry:
[tool.poetry.dependencies]
setuptools-test-command-stub = "*"
Add that dependency first in the list of the dependencies in you pyproject.toml. Then, run poetry lock to lock your dependencies.
How it works?
It's just patches setuptools.command.test
with unittest.mock.MagicMock
.
Remember to remove this package and fix the underlying setuptools issue once possible.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file setuptools_test_command_stub-0.1.2.tar.gz
.
File metadata
- Download URL: setuptools_test_command_stub-0.1.2.tar.gz
- Upload date:
- Size: 2.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.12.4 Linux/6.9.9-1-MANJARO
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 370b2c8dfb8afe558c4ebdcbbd6c355f2eb56c7c3bd094f4a5fa489dd210ee11 |
|
MD5 | 67113e960a98ee3802733692659d8aa4 |
|
BLAKE2b-256 | 2c46930332b897b6fbde40a0d81cbd278b0a313f91fc2724c4c86e552b3244b6 |
File details
Details for the file setuptools_test_command_stub-0.1.2-py3-none-any.whl
.
File metadata
- Download URL: setuptools_test_command_stub-0.1.2-py3-none-any.whl
- Upload date:
- Size: 3.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.12.4 Linux/6.9.9-1-MANJARO
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e0b75efe66834ab261c74c1418f3836e58df1db77fbbc4d2494ab8a4cf9a9f9b |
|
MD5 | 1b6a14f4a5ea16cfecac338ad72a23c6 |
|
BLAKE2b-256 | b51287d35d90f8f056797226996357e5852eb7f0d93521ee2c3577779ba793d3 |