aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-09-26 23:52:14 +0200
committerMichał Górny <mgorny@gentoo.org>2021-09-26 23:52:14 +0200
commit30f8f379f4d9b551969830263af6b5987a6cea4d (patch)
tree5da8263621a3c31d4a9654bb289308765530cad0 /pyproject.toml
parentaddons.eclass: get cache version from EclassDoc.ABI_VERSION (diff)
downloadpkgcheck-30f8f379f4d9b551969830263af6b5987a6cea4d.tar.gz
pkgcheck-30f8f379f4d9b551969830263af6b5987a6cea4d.tar.bz2
pkgcheck-30f8f379f4d9b551969830263af6b5987a6cea4d.zip
update NEWSv0.10.8
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml11
1 files changed, 3 insertions, 8 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 9d8d7d58..da9b027d 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -5,13 +5,8 @@ requires = [
"lazy-object-proxy",
"lxml",
"pathspec",
- "tree-sitter",
- "snakeoil @ https://github.com/pkgcore/snakeoil/archive/master.tar.gz",
- "pkgcore @ https://github.com/pkgcore/pkgcore/archive/master.tar.gz",
+ "tree-sitter~=0.19.0",
+ "snakeoil~=0.9.6",
+ "pkgcore~=0.12.8",
]
build-backend = "setuptools.build_meta"
-
-[tool.pytest.ini_options]
-minversion = "6.0"
-addopts = "-ra"
-testpaths = ["tests"]