mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-16 18:43:18 -04:00
Merge updates from master
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_SETUPTOOLS=pyproject.toml
|
||||
PYTHON_COMPAT=( python3_{8..9} pypy3 )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
@@ -21,3 +21,7 @@ RDEPEND="
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
distutils_enable_tests pytest
|
||||
|
||||
pkg_setup() {
|
||||
export SETUPTOOLS_SCM_PRETEND_VERSION="${PV%_*}"
|
||||
}
|
||||
|
||||
@@ -51,14 +51,8 @@ python_compile() {
|
||||
|
||||
python_test() {
|
||||
local -x PYTHONPATH="${S}/tests:${BUILD_DIR}/lib:${PYTHONPATH}"
|
||||
# epytest -vv \
|
||||
# --deselect tests/test_integration.py::test_pid_prefix[True-CodePrinter] \
|
||||
# --deselect tests/test_integration.py::test_pid_prefix[False-CodePrinter] \
|
||||
# --deselect tests/test_integration.py::test_pid_prefix[True-CallPrinter] \
|
||||
# --deselect tests/test_integration.py::test_pid_prefix[False-CallPrinter] \
|
||||
# --deselect tests/test_remote.py::test_manhole \
|
||||
# --deselect tests/test_remote.py::test_manhole_clean_exit \
|
||||
# --deselect tests/test_tracer.py::test_perf_stdlib[cython] \
|
||||
# || die
|
||||
epytest -vv || die
|
||||
epytest -vv \
|
||||
--deselect tests/test_remote.py::test_manhole \
|
||||
--deselect tests/test_remote.py::test_manhole_clean_exit \
|
||||
|| die
|
||||
}
|
||||
|
||||
@@ -50,6 +50,6 @@ distutils_enable_sphinx docs \
|
||||
dev-python/recommonmark \
|
||||
www-servers/gunicorn
|
||||
|
||||
#python_test() {
|
||||
# pytest -vv --deselect tests/test_unix_socket.py::test_zero_downtime tests/test_keep_alive_timeout.py::test_keep_alive_client_timeout || die
|
||||
#}
|
||||
python_test() {
|
||||
pytest -vv --deselect tests/test_keep_alive_timeout.py::test_keep_alive_client_timeout || die
|
||||
}
|
||||
|
||||
@@ -5,6 +5,7 @@ EAPI=7
|
||||
|
||||
USE_RUBY="ruby26 ruby27"
|
||||
|
||||
RUBY_FAKEGEM_RECIPE_TEST="none"
|
||||
RUBY_FAKEGEM_EXTRADOC="README.md"
|
||||
|
||||
inherit ruby-fakegem
|
||||
@@ -16,4 +17,3 @@ LICENSE="MIT"
|
||||
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
Reference in New Issue
Block a user