From 121b40879fc3d84a1eed07af392f0cefd76ccee7 Mon Sep 17 00:00:00 2001 From: Laurent Peuch Date: Mon, 4 May 2020 00:21:02 +0200 Subject: [PATCH] [tests/fix] add markers to pytest.ini to please pytest --- pytest.ini | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pytest.ini b/pytest.ini index f9200ab9c..fb4d5b265 100644 --- a/pytest.ini +++ b/pytest.ini @@ -2,3 +2,11 @@ addopts = -s -v norecursedirs = dist doc build .tox .eggs testpaths = tests/ +markers = + with_system_archive_from_2p4 + with_backup_recommended_app_installed + clean_opt_dir + with_wordpress_archive_from_2p4 + with_legacy_app_installed + with_backup_recommended_app_installed_with_ynh_restore + with_permission_app_installed