diff options
author | 2022-07-15 09:23:09 +0200 | |
---|---|---|
committer | 2022-07-15 09:24:21 +0200 | |
commit | 998128b2c64ee399d18d7cdcf43bb1483877cbaf (patch) | |
tree | d5753c1f9b8c720768f712303ca187f3a24dc3f7 /dev-python/scikit-build/files | |
parent | dev-python/sip: Remove old (diff) | |
download | gentoo-998128b2c64ee399d18d7cdcf43bb1483877cbaf.tar.gz gentoo-998128b2c64ee399d18d7cdcf43bb1483877cbaf.tar.bz2 gentoo-998128b2c64ee399d18d7cdcf43bb1483877cbaf.zip |
dev-python/scikit-build: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/scikit-build/files')
-rw-r--r-- | dev-python/scikit-build/files/scikit-build-0.12.0-tests-no-coverage.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/dev-python/scikit-build/files/scikit-build-0.12.0-tests-no-coverage.patch b/dev-python/scikit-build/files/scikit-build-0.12.0-tests-no-coverage.patch deleted file mode 100644 index 993258961f35..000000000000 --- a/dev-python/scikit-build/files/scikit-build-0.12.0-tests-no-coverage.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/setup.cfg -+++ b/setup.cfg -@@ -10,7 +10,7 @@ - - [tool:pytest] - testpaths = tests --addopts = -v --cov --cov-report xml -ra --strict-markers --showlocals --color=yes -+addopts = -v -ra --strict-markers --showlocals --color=yes - markers = - fortran: fortran testing - |