diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-01-31 13:00:47 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-01-31 13:00:47 +0000 |
| commit | fa9e005d54311c5ec165396e28fa08b775e685d5 (patch) | |
| tree | 5b9cb29eba502af722ad7c9c79ae4261c8824512 /dev-python/curio | |
| parent | 673ab17256bcf635586322e133f96a505997273b (diff) | |
| download | baldeagleos-repo-fa9e005d54311c5ec165396e28fa08b775e685d5.tar.gz baldeagleos-repo-fa9e005d54311c5ec165396e28fa08b775e685d5.tar.xz baldeagleos-repo-fa9e005d54311c5ec165396e28fa08b775e685d5.zip | |
Adding metadata
Diffstat (limited to 'dev-python/curio')
| -rw-r--r-- | dev-python/curio/curio-1.6.ebuild | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/dev-python/curio/curio-1.6.ebuild b/dev-python/curio/curio-1.6.ebuild index 6114ef455ab5..270dd4a6dc0c 100644 --- a/dev-python/curio/curio-1.6.ebuild +++ b/dev-python/curio/curio-1.6.ebuild @@ -23,5 +23,10 @@ SLOT="0" DEPEND="test? ( dev-python/sphinx[${PYTHON_USEDEP}] )" +EPYTEST_DESELECT=( + # Needs net + "tests/test_network.py::test_ssl_outgoing" +) + distutils_enable_sphinx docs --no-autodoc distutils_enable_tests pytest |
