diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-cryptography/run-ptest')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-cryptography/run-ptest | 4 |
1 files changed, 0 insertions, 4 deletions
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 @@ | |||
1 | #!/bin/sh | ||
2 | if ./check-memfree.py; then | ||
3 | pytest -vvvv tests/ | ||
4 | fi | ||