Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/czaki/tox-uv
https://github.com/czaki/tox-uv
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/czaki/tox-uv
- Owner: Czaki
- License: mit
- Created: 2024-02-16T00:42:23.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-02-16T19:04:59.000Z (11 months ago)
- Last Synced: 2024-02-17T17:42:00.868Z (11 months ago)
- Language: Python
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# tox-uv
[![PyPI - Version](https://img.shields.io/pypi/v/tox-uv.svg)](https://pypi.org/project/tox-uv-)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/tox-uv.svg)](https://pypi.org/project/tox-uv-)-----
**Table of Contents**
- [Installation](#installation)
- [License](#license)## Usage
```console
$ tox run -e env_spec --runner uv-virtualenv
```Based on experiments there are problems with using `uv` to install sdist from a path. So I suggest configuring
tox to use the wheel for package installation.```ini
[testenv]
package = wheel
```## Installation
```console
pip install git+https://github.com/czaki/tox-uv
```## License
`tox-uv` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.