File disable_mount_efs_test.patch of Package aws-efs-utils.26303
diff -Nru efs-utils-1.31.2.orig/Makefile efs-utils-1.31.2/Makefile
--- efs-utils-1.31.2.orig/Makefile 2021-06-17 17:05:57.000000000 +0200
+++ efs-utils-1.31.2/Makefile 2021-06-24 13:55:03.285623213 +0200
@@ -57,5 +57,5 @@
.PHONY: test
test:
- pytest
+ pytest --ignore=test/mount_efs_test
flake8
diff -Nru efs-utils-1.31.2.orig/setup.cfg efs-utils-1.31.2/setup.cfg
--- efs-utils-1.31.2.orig/setup.cfg 2021-06-17 17:05:57.000000000 +0200
+++ efs-utils-1.31.2/setup.cfg 2021-06-24 13:54:45.397645746 +0200
@@ -6,7 +6,6 @@
addopts =
--verbose
--html build/pytest/index.html
- --cov mount_efs
--cov watchdog
--cov-report html:build/coverage
--cov-fail-under 80