summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2021-01-19 11:43:31 -0600
committerMatthew Thode <prometheanfire@gentoo.org>2021-01-19 11:43:31 -0600
commit788bde18395ed3f634f686b6b198e061cbd575b1 (patch)
tree6672efc99678f1a8eae965d036ea2f14acb36752 /dev-python/warlock
parentsys-apps/bolt: 0.9-r2 stable (diff)
downloadgentoo-788bde18395ed3f634f686b6b198e061cbd575b1.tar.gz
gentoo-788bde18395ed3f634f686b6b198e061cbd575b1.tar.bz2
gentoo-788bde18395ed3f634f686b6b198e061cbd575b1.zip
dev-python/warlock: fix path to tests dir
Closes: https://bugs.gentoo.org/732826 Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'dev-python/warlock')
-rw-r--r--dev-python/warlock/warlock-1.3.3.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/warlock/warlock-1.3.3.ebuild b/dev-python/warlock/warlock-1.3.3.ebuild
index ddc0185f826a..9ae5c0e0da6e 100644
--- a/dev-python/warlock/warlock-1.3.3.ebuild
+++ b/dev-python/warlock/warlock-1.3.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -29,5 +29,5 @@ RDEPEND="dev-python/six[${PYTHON_USEDEP}]
<dev-python/jsonschema-4[${PYTHON_USEDEP}]"
python_test() {
- "${PYTHON}" test/test_core.py || die
+ "${PYTHON}" tests/test_core.py || die
}