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