Diff fritzconnection-1.12.2 with a fritzconnection-1.13.0
/usr/portage/dev-python/fritzconnection/fritzconnection-1.13.0.ebuild 2023-10-09 14:52:30.284368370 +0300 | ||
---|---|---|
39 | 39 | |
40 | 40 |
distutils_enable_tests pytest |
41 | 41 | |
42 |
EPYTEST_DESELECT=( |
|
43 |
# flaky (relies on time.sleep(0.01) magically being sufficient) |
|
44 |
fritzconnection/tests/test_fritzmonitor.py::test_terminate_thread_on_failed_reconnection |
|
45 |
) |
|
42 |
python_test() { |
|
43 |
local EPYTEST_DESELECT=( |
|
44 |
# flaky (relies on time.sleep(0.01) magically being sufficient) |
|
45 |
fritzconnection/tests/test_fritzmonitor.py::test_terminate_thread_on_failed_reconnection |
|
46 |
) |
|
47 | ||
48 |
# "routertest" marks tests against live hardware |
|
49 |
epytest -m "not routertest" |
|
50 |
} |