diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-10-27 13:05:19 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-10-27 13:05:19 +0000 |
| commit | 57cc388103d9bc9717a9ef0728b145407f7980e4 (patch) | |
| tree | 7de4270d975d200a8454c07464b39eb6fcc54c2d /dev-python/nbclient | |
| parent | e4c9a515f8b852521e5f45f7ff6c4f49adecedef (diff) | |
| download | baldeagleos-repo-57cc388103d9bc9717a9ef0728b145407f7980e4.tar.gz baldeagleos-repo-57cc388103d9bc9717a9ef0728b145407f7980e4.tar.xz baldeagleos-repo-57cc388103d9bc9717a9ef0728b145407f7980e4.zip | |
Adding metadata
Diffstat (limited to 'dev-python/nbclient')
| -rw-r--r-- | dev-python/nbclient/nbclient-0.7.0.ebuild | 7 |
1 files changed, 7 insertions, 0 deletions
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 +} |
