diff options
Diffstat (limited to 'meta/recipes-devtools/python/python3-cryptography/run-ptest')
| -rw-r--r-- | meta/recipes-devtools/python/python3-cryptography/run-ptest | 9 |
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 | |||
| 3 | if ./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' | ||
| 7 | else | ||
| 8 | echo "SKIP: crytography.not_enough_memory" | ||
| 9 | fi | ||
