diff options
author | Marek Szuba <marecki@gentoo.org> | 2021-04-16 18:12:52 +0200 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2021-04-16 20:24:49 +0200 |
commit | 86471f8986508708b55d430e91d92364ebf4b45b (patch) | |
tree | 3c23527f28b965ffdcdb58fe5fba91492d9a8feb /dev-vcs | |
parent | dev-vcs/pre-commit: use pytest-env now that it is in the tree (diff) | |
download | gentoo-86471f8986508708b55d430e91d92364ebf4b45b.tar.gz gentoo-86471f8986508708b55d430e91d92364ebf4b45b.tar.bz2 gentoo-86471f8986508708b55d430e91d92364ebf4b45b.zip |
dev-vcs/pre-commit: actually restrict tests
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/pre-commit/pre-commit-2.12.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-vcs/pre-commit/pre-commit-2.12.0.ebuild b/dev-vcs/pre-commit/pre-commit-2.12.0.ebuild index c494bc22f847..5a4c4ea945f6 100644 --- a/dev-vcs/pre-commit/pre-commit-2.12.0.ebuild +++ b/dev-vcs/pre-commit/pre-commit-2.12.0.ebuild @@ -25,7 +25,7 @@ KEYWORDS="~amd64" # Ditto # - tests/commands/install_uninstall_test.py::test_installed_from_venv # "git commit" returns 1 instead of 0, again no details -#RESTRICT="test" +RESTRICT="test" RDEPEND="dev-vcs/git $(python_gen_cond_dep ' |