diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2024-01-29 07:11:58 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2024-01-29 07:11:58 +0000 |
| commit | f9e0c4a63c8eacef6ef1379be1fee3c5b90f7c0e (patch) | |
| tree | afa69a1a16414811ac02a371c18b609bb1dfef67 /dev-python/pytest-console-scripts | |
| parent | e46f9f7404885472380661a8c945d60fb8b14982 (diff) | |
| download | baldeagleos-repo-f9e0c4a63c8eacef6ef1379be1fee3c5b90f7c0e.tar.gz baldeagleos-repo-f9e0c4a63c8eacef6ef1379be1fee3c5b90f7c0e.tar.xz baldeagleos-repo-f9e0c4a63c8eacef6ef1379be1fee3c5b90f7c0e.zip | |
Adding metadata
Diffstat (limited to 'dev-python/pytest-console-scripts')
| -rw-r--r-- | dev-python/pytest-console-scripts/pytest-console-scripts-1.4.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pytest-console-scripts/pytest-console-scripts-1.4.1.ebuild b/dev-python/pytest-console-scripts/pytest-console-scripts-1.4.1.ebuild index c46ff2d8c339..1cf1c3e5d05b 100644 --- a/dev-python/pytest-console-scripts/pytest-console-scripts-1.4.1.ebuild +++ b/dev-python/pytest-console-scripts/pytest-console-scripts-1.4.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -34,6 +34,6 @@ python_test() { sys.exit(pytest.console_main()) EOF chmod +x "${script}" || die - epytest + epytest -o tmp_path_retention_count=1 rm "${script}" || die } |
