From bb9d3688f1b5a5f91ee3e1675bd802c5f9c189f3 Mon Sep 17 00:00:00 2001 From: Alejandro Enedino Hernandez Samaniego Date: Sun, 13 Mar 2022 20:03:28 -0600 Subject: meta-python: Clean up recipes and classes that were moved to oe-core Signed-off-by: Alejandro Enedino Hernandez Samaniego Signed-off-by: Khem Raj Signed-off-by: tgamblin --- meta-python/recipes-devtools/python/python3-cryptography/run-ptest | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-cryptography/run-ptest (limited to 'meta-python/recipes-devtools/python/python3-cryptography/run-ptest') diff --git a/meta-python/recipes-devtools/python/python3-cryptography/run-ptest b/meta-python/recipes-devtools/python/python3-cryptography/run-ptest deleted file mode 100644 index 1e97dda63e..0000000000 --- a/meta-python/recipes-devtools/python/python3-cryptography/run-ptest +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -if ./check-memfree.py; then - pytest -vvvv tests/ -fi -- cgit v1.2.3-54-g00ecf