summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-05-18 17:26:08 +0200
committerMichał Górny <mgorny@gentoo.org>2024-05-18 17:26:08 +0200
commitee4118f99e299b76344251fe7fc03e02f328196c (patch)
treee13e0d8829de1cf85a4d70a2fd3125cc2f3b4621
parentdev-python/anyascii: Enable py3.13 (diff)
downloadgentoo-ee4118f99e299b76344251fe7fc03e02f328196c.tar.gz
gentoo-ee4118f99e299b76344251fe7fc03e02f328196c.tar.bz2
gentoo-ee4118f99e299b76344251fe7fc03e02f328196c.zip
dev-python/Faker: Reenable all tests
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/Faker/Faker-25.2.0.ebuild3
1 files changed, 0 insertions, 3 deletions
diff --git a/dev-python/Faker/Faker-25.2.0.ebuild b/dev-python/Faker/Faker-25.2.0.ebuild
index 3095ef39f5dd..f7ca8ee10616 100644
--- a/dev-python/Faker/Faker-25.2.0.ebuild
+++ b/dev-python/Faker/Faker-25.2.0.ebuild
@@ -36,8 +36,5 @@ distutils_enable_tests pytest
python_test() {
local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
local -x PYTEST_PLUGINS=faker.contrib.pytest.plugin
- local EPYTEST_DESELECT=(
- tests/providers/test_job.py::TestCsCZ::test_job
- )
epytest
}