diff options
Diffstat (limited to 'dev-python/cheroot')
| -rw-r--r-- | dev-python/cheroot/cheroot-11.0.0.ebuild | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/dev-python/cheroot/cheroot-11.0.0.ebuild b/dev-python/cheroot/cheroot-11.0.0.ebuild index 23e4ebcc97c7..be58bf8b15c0 100644 --- a/dev-python/cheroot/cheroot-11.0.0.ebuild +++ b/dev-python/cheroot/cheroot-11.0.0.ebuild @@ -40,18 +40,12 @@ BDEPEND=" ) " -PATCHES=( - # https://github.com/cherrypy/cheroot/pull/703 - "${FILESDIR}/${PN}-10.0.1-no-pytest-forked.patch" -) - -EPYTEST_PLUGINS=( pytest-mock ) +EPYTEST_PLUGINS=( pytest-{mock,rerunfailures} ) EPYTEST_XDIST=1 distutils_enable_tests pytest python_prepare_all() { - sed -e '/--cov/d' \ - -e '/--testmon/d' \ + sed -e '/cov/d' \ -e '/--numproc/d' \ -i pytest.ini || die |
