diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-09-26 23:52:14 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-09-26 23:52:14 +0200 |
commit | 30f8f379f4d9b551969830263af6b5987a6cea4d (patch) | |
tree | 5da8263621a3c31d4a9654bb289308765530cad0 /pyproject.toml | |
parent | addons.eclass: get cache version from EclassDoc.ABI_VERSION (diff) | |
download | pkgcheck-30f8f379f4d9b551969830263af6b5987a6cea4d.tar.gz pkgcheck-30f8f379f4d9b551969830263af6b5987a6cea4d.tar.bz2 pkgcheck-30f8f379f4d9b551969830263af6b5987a6cea4d.zip |
update NEWSv0.10.8
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 11 |
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"] |