Skip to content
Snippets Groups Projects
Unverified Commit 9571b612 authored by Michal Hrusecky's avatar Michal Hrusecky :mouse:
Browse files

More relaxed pytest patch

parent 62f8488d
Branches
Tags
No related merge requests found
......@@ -19,7 +19,7 @@ index 7f47370..0986537 100644
Py3Build/Compile=$(Py3Build/Compile/Default)
+define python3_drop_pytest_requirements
+ $(SED) -i '/^pytest/ d' $(PKG_BUILD_DIR)/requirements.txt
+ sed -i '/^pytest/ d' $(PKG_BUILD_DIR)/requirements.txt || true
+endef
Hooks/Compile/Post += python3_fix_interpreter_paths
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment