diff options
author | 2022-01-26 22:41:34 +0100 | |
---|---|---|
committer | 2022-01-26 22:52:56 +0100 | |
commit | 80a437bf8f55e23b6dc38441b48f8c68cec81c08 (patch) | |
tree | bbdc4766b0b9068f6a043a6494b91c10ea15461f /dev-python/jsonschema/jsonschema-4.4.0.ebuild | |
parent | dev-python/confuse: Switch to PEP 517 build (diff) | |
download | gentoo-80a437bf8f55e23b6dc38441b48f8c68cec81c08.tar.gz gentoo-80a437bf8f55e23b6dc38441b48f8c68cec81c08.tar.bz2 gentoo-80a437bf8f55e23b6dc38441b48f8c68cec81c08.zip |
dev-python/jsonschema: Remove twisted test-dep
twisted does not seem to be used or affect the results of the test
suite at all. It is probably listed in tox.ini only because trial
is used to run tests there.
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/jsonschema/jsonschema-4.4.0.ebuild')
-rw-r--r-- | dev-python/jsonschema/jsonschema-4.4.0.ebuild | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/dev-python/jsonschema/jsonschema-4.4.0.ebuild b/dev-python/jsonschema/jsonschema-4.4.0.ebuild index cea522ba3cf8..a4b22bb7a7c8 100644 --- a/dev-python/jsonschema/jsonschema-4.4.0.ebuild +++ b/dev-python/jsonschema/jsonschema-4.4.0.ebuild @@ -36,12 +36,6 @@ RDEPEND+=" >=dev-python/webcolors-1.11[${PYTHON_USEDEP}] " -BDEPEND=" - test? ( - dev-python/twisted[${PYTHON_USEDEP}] - ) -" - distutils_enable_tests pytest EPYTEST_DESELECT=( |