Skip to content

Commit

Permalink
fix pytest warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
kay0u committed Apr 13, 2021
1 parent ab834f1 commit 42d671b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,14 @@ addopts = -s -v
norecursedirs = dist doc build .tox .eggs
testpaths = tests/
markers =
with_system_archive_from_2p4
with_system_archive_from_3p8
with_backup_recommended_app_installed
clean_opt_dir
with_wordpress_archive_from_2p4
with_wordpress_archive_from_3p8
with_legacy_app_installed
with_backup_recommended_app_installed_with_ynh_restore
with_permission_app_installed
other_domains
with_custom_domain
filterwarnings =
ignore::urllib3.exceptions.InsecureRequestWarning

0 comments on commit 42d671b

Please sign in to comment.