From 57cc388103d9bc9717a9ef0728b145407f7980e4 Mon Sep 17 00:00:00 2001 From: "Liguros - Gitlab CI/CD [develop]" Date: Thu, 27 Oct 2022 13:05:19 +0000 Subject: Adding metadata --- dev-python/nbclient/nbclient-0.7.0.ebuild | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'dev-python/nbclient') diff --git a/dev-python/nbclient/nbclient-0.7.0.ebuild b/dev-python/nbclient/nbclient-0.7.0.ebuild index 47276a27e722..2854a093240d 100644 --- a/dev-python/nbclient/nbclient-0.7.0.ebuild +++ b/dev-python/nbclient/nbclient-0.7.0.ebuild @@ -45,3 +45,10 @@ EPYTEST_DESELECT=( nbclient/tests/test_client.py::test_many_parallel_notebooks 'nbclient/tests/test_client.py::test_run_all_notebooks[Interrupt.ipynb-opts6]' ) + +python_test() { + # The tests run the pydevd debugger, the debugger prints a warning + # in python3.11 when frozen modules are being used. + # This warning makes the tests fail, silence it. + PYDEVD_DISABLE_FILE_VALIDATION=1 epytest +} -- cgit v1.3.1