mirror of
https://github.com/tj/git-extras.git
synced 2026-09-10 15:36:21 -04:00
24 lines
465 B
TOML
24 lines
465 B
TOML
[tool.poetry]
|
|
name = "git-extras-tests"
|
|
version = "0.1.0"
|
|
description = "tests for git extras"
|
|
package-mode = false
|
|
authors = ["vanpipy <vanpipy@gmail.com>"]
|
|
license = "MIT"
|
|
readme = "README.md"
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.11"
|
|
pytest = "8.1.2"
|
|
gitpython = "3.1.43"
|
|
testpath = "0.6.0"
|
|
|
|
[tool.pytest.ini_options]
|
|
minversion = "7.4"
|
|
addopts = "-ra -q"
|
|
testpaths = ["."]
|
|
|
|
[build-system]
|
|
requires = ["poetry-core"]
|
|
build-backend = "poetry.core.masonry.api"
|