summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-cryptography/run-ptest
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/python/python3-cryptography/run-ptest')
-rw-r--r--meta/recipes-devtools/python/python3-cryptography/run-ptest9
1 files changed, 0 insertions, 9 deletions
diff --git a/meta/recipes-devtools/python/python3-cryptography/run-ptest b/meta/recipes-devtools/python/python3-cryptography/run-ptest
deleted file mode 100644
index fe191a5dc4..0000000000
--- a/meta/recipes-devtools/python/python3-cryptography/run-ptest
+++ /dev/null
@@ -1,9 +0,0 @@
1#!/bin/sh
2
3if ./check-memfree.py; then
4 # Skip the bench test module, we don't yet have pytest3-benchmark in core
5 # and these are more benchmarks than unit tests.
6 pytest --automake -k 'not bench'
7else
8 echo "SKIP: crytography.not_enough_memory"
9fi