summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-devtools/python/python-pytest_%.bbappend
diff options
context:
space:
mode:
Diffstat (limited to 'meta-phosphor/recipes-devtools/python/python-pytest_%.bbappend')
-rw-r--r--meta-phosphor/recipes-devtools/python/python-pytest_%.bbappend13
1 files changed, 0 insertions, 13 deletions
diff --git a/meta-phosphor/recipes-devtools/python/python-pytest_%.bbappend b/meta-phosphor/recipes-devtools/python/python-pytest_%.bbappend
deleted file mode 100644
index e8dd736ef..000000000
--- a/meta-phosphor/recipes-devtools/python/python-pytest_%.bbappend
+++ /dev/null
@@ -1,13 +0,0 @@
-# python-pytest installs /usr/bin/pytest for both python2 and python3,
-# which causes a bitbake QA failure. Remove it from installation for the
-# native target to avoid the collision.
-#
-# We don't currently use this as a target package and if we did, we shouldn't
-# install both python2 and python3 variants.
-#
-# Once we are done with python2, we can delete this.
-
-do_install_append_class-native() {
- rm ${D}${bindir}/py.test
- rm ${D}${bindir}/pytest
-}